#C74D31

Color #C74D31 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C74D31

Tints of Trinidad #C74D31

Color information

#C74D31 (or 0xC74D31) is unknown color: approx Trinidad. HEX triplet: C7, 4D and 31. RGB value is (199,77,49). Sum of RGB (Red+Green+Blue) = 199+77+49=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D31 is #38B2CE. Grayscale: #6E6E6E. Windows color (decimal): -3715791 or 3231175. OLE color: 3231175.

HSL color Cylindrical-coordinate representation of color #C74D31: hue angle of 11.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74D31 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1997749-
CMYK00.610.750.22
HSL11.2º60.48%48.63%-
HSV(B)11.2º75.38%78.04%-
XYZ26.7617.674.91-
YUV110.2993.42191.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 61.23%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=61.23%
G=23.69%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199774900.610.750.2211.260.4848.63
HexC74D3103D4B16b3c31
Octal3071156107511326137461
Binary11000111100110111000101111011001011101101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D31; }

 p { color: rgb(199,77,49); }

 H1.HeaderClassName
 {
   color: #C74D31;
 }
 .AnyTagClassName
 {
   color: #C74D31;
 }
</style>
background-color css

<style>
 a { background-color: #C74D31; }

 a { background-color: rgb(199,77,49); }

 div.DivClassName
 {
   background-color: #C74D31;
 }
 .BgClassName
 {
   background-color: #C74D31;
 }
</style>
border-color css

<style>
 span { border-color: #C74D31; }

 span { border-color: rgb(199,77,49); }

 td.TdClassName
 {
   border-color: #C74D31;
 }
 .TagClassName
 {
   border-color: #C74D31;
 }
</style>