Html Css Color HEX #C74529 Trinidad

📋 copy color: '#C74529'

red 199 ◦ green 69 ◦ blue 41

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

Shades of Trinidad #C74529

Tints of Trinidad #C74529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 64.4%
G = 22.33%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74529 (or 0xC74529) is known color: Trinidad. HEX triplet: C7, 45 and 29. RGB value is (199,69,41). Sum of RGB (Red+Green+Blue) = 199+69+41=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C74529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74529 is #38BAD6. Grayscale: #686868. Windows color (decimal): -3717847 or 2704839. OLE color: 2704839.

HSL color Cylindrical-coordinate representation of color #C74529: hue angle of 10.63º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C74529 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 41 -
CMYK 0 0.65 0.79 0.22
HSL 10.63º 0.66% 0.47% -
HSV(B) 10.63º 0.79% 0.78% -
XYZ 26.08 16.56 3.92 -
YUV 104.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 199 69 41 0 0.65 0.79 0.22 10.63 0.66 0.47
Hex C7 45 29 0 41 4F 16 B 42 2F
Octal 307 105 51 0 101 117 26 13 102 57
Binary 11000111 1000101 101001 0 1000001 1001111 10110 1011 1000010 101111

Color Harmonies of #C74529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74529

Black with #C74529

Text Example


Text Example

White with #C74529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74529; }

 p { color: rgb(199,69,41); }

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

background-color css

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

 a { background-color: rgb(199,69,41); }

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

border-color css

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

 span { border-color: rgb(199,69,41); }

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