Html Css Color HEX #C74E21 Trinidad

📋 copy color: '#C74E21'

red 199 ◦ green 78 ◦ blue 33

#C74E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C74E21

Tints of Trinidad #C74E21

RGB

 RED value IS 199 (78.13% from 255) = 64.19%

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 64.19%
G = 25.16%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74E21 (or 0xC74E21) is known color: Trinidad. HEX triplet: C7, 4E and 21. RGB value is (199,78,33). Sum of RGB (Red+Green+Blue) = 199+78+33=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E21 is #38B1DE. Grayscale: #6D6D6D. Windows color (decimal): -3715551 or 2182855. OLE color: 2182855.

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

Color convert

RGB 199 78 33 -
CMYK 0 0.61 0.83 0.22
HSL 16.27º 0.72% 0.45% -
HSV(B) 16.27º 0.83% 0.78% -
XYZ 26.55 17.7 3.46 -
YUV 109.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 199 78 33 0 0.61 0.83 0.22 16.27 0.72 0.45
Hex C7 4E 21 0 3D 53 16 10 48 2D
Octal 307 116 41 0 75 123 26 20 110 55
Binary 11000111 1001110 100001 0 111101 1010011 10110 10000 1001000 101101

Color Harmonies of #C74E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E21

Black with #C74E21

Text Example


Text Example

White with #C74E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E21; }

 p { color: rgb(199,78,33); }

 H1.HeaderClassName
 {
   color: #C74E21;
 }
 .AnyTagClassName
 {
   color: #C74E21;
 }
</style>

background-color css

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

 a { background-color: rgb(199,78,33); }

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

border-color css

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

 span { border-color: rgb(199,78,33); }

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