Html Css Color HEX #C54229 Trinidad

📋 copy color: '#C54229'

red 197 ◦ green 66 ◦ blue 41

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

Shades of Trinidad #C54229

Tints of Trinidad #C54229

RGB

 RED value IS 197 (77.34% from 255) = 64.8%

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 64.8%
G = 21.71%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C54229 (or 0xC54229) is known color: Trinidad. HEX triplet: C5, 42 and 29. RGB value is (197,66,41). Sum of RGB (Red+Green+Blue) = 197+66+41=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C54229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54229 is #3ABDD6. Grayscale: #666666. Windows color (decimal): -3849687 or 2704069. OLE color: 2704069.

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

Color convert

RGB 197 66 41 -
CMYK 0 0.66 0.79 0.23
HSL 9.62º 0.66% 0.47% -
HSV(B) 9.62º 0.79% 0.77% -
XYZ 25.37 15.93 3.83 -
YUV 102.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 197 66 41 0 0.66 0.79 0.23 9.62 0.66 0.47
Hex C5 42 29 0 42 4F 17 A 42 2F
Octal 305 102 51 0 102 117 27 12 102 57
Binary 11000101 1000010 101001 0 1000010 1001111 10111 1010 1000010 101111

Color Harmonies of #C54229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54229

Black with #C54229

Text Example


Text Example

White with #C54229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54229; }

 p { color: rgb(197,66,41); }

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

background-color css

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

 a { background-color: rgb(197,66,41); }

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

border-color css

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

 span { border-color: rgb(197,66,41); }

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