Html Css Color HEX #C74724 Trinidad

📋 copy color: '#C74724'

red 199 ◦ green 71 ◦ blue 36

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

Shades of Trinidad #C74724

Tints of Trinidad #C74724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 65.03%
G = 23.2%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C74724 (or 0xC74724) is known color: Trinidad. HEX triplet: C7, 47 and 24. RGB value is (199,71,36). Sum of RGB (Red+Green+Blue) = 199+71+36=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C74724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74724 is #38B8DB. Grayscale: #696969. Windows color (decimal): -3717340 or 2377671. OLE color: 2377671.

HSL color Cylindrical-coordinate representation of color #C74724: hue angle of 12.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C74724 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 36 -
CMYK 0 0.64 0.82 0.22
HSL 12.88º 0.69% 0.46% -
HSV(B) 12.88º 0.82% 0.78% -
XYZ 26.12 16.78 3.53 -
YUV 105.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 199 71 36 0 0.64 0.82 0.22 12.88 0.69 0.46
Hex C7 47 24 0 40 52 16 D 45 2E
Octal 307 107 44 0 100 122 26 15 105 56
Binary 11000111 1000111 100100 0 1000000 1010010 10110 1101 1000101 101110

Color Harmonies of #C74724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74724

Black with #C74724

Text Example


Text Example

White with #C74724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74724; }

 p { color: rgb(199,71,36); }

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

background-color css

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

 a { background-color: rgb(199,71,36); }

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

border-color css

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

 span { border-color: rgb(199,71,36); }

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