Html Css Color HEX #C74921 Trinidad

📋 copy color: '#C74921'

red 199 ◦ green 73 ◦ blue 33

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

Shades of Trinidad #C74921

Tints of Trinidad #C74921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 65.25%
G = 23.93%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74921 (or 0xC74921) is known color: Trinidad. HEX triplet: C7, 49 and 21. RGB value is (199,73,33). Sum of RGB (Red+Green+Blue) = 199+73+33=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C74921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74921 is #38B6DE. Grayscale: #6A6A6A. Windows color (decimal): -3716831 or 2181575. OLE color: 2181575.

HSL color Cylindrical-coordinate representation of color #C74921: hue angle of 14.46º 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 #C74921 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 33 -
CMYK 0 0.63 0.83 0.22
HSL 14.46º 0.72% 0.45% -
HSV(B) 14.46º 0.83% 0.78% -
XYZ 26.21 17.02 3.34 -
YUV 106.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 199 73 33 0 0.63 0.83 0.22 14.46 0.72 0.45
Hex C7 49 21 0 3F 53 16 E 48 2D
Octal 307 111 41 0 77 123 26 16 110 55
Binary 11000111 1001001 100001 0 111111 1010011 10110 1110 1001000 101101

Color Harmonies of #C74921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74921

Black with #C74921

Text Example


Text Example

White with #C74921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74921; }

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

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

background-color css

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

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

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

border-color css

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

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

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