Html Css Color HEX #C55029 Trinidad

📋 copy color: '#C55029'

red 197 ◦ green 80 ◦ blue 41

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

Shades of Trinidad #C55029

Tints of Trinidad #C55029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 61.95%
G = 25.16%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C55029 (or 0xC55029) is known color: Trinidad. HEX triplet: C5, 50 and 29. RGB value is (197,80,41). Sum of RGB (Red+Green+Blue) = 197+80+41=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55029 is #3AAFD6. Grayscale: #6E6E6E. Windows color (decimal): -3846103 or 2707653. OLE color: 2707653.

HSL color Cylindrical-coordinate representation of color #C55029: hue angle of 15º 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 #C55029 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 41 -
CMYK 0 0.59 0.79 0.23
HSL 15º 0.66% 0.47% -
HSV(B) 15º 0.79% 0.77% -
XYZ 26.29 17.77 4.14 -
YUV 110.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 197 80 41 0 0.59 0.79 0.23 15 0.66 0.47
Hex C5 50 29 0 3B 4F 17 F 42 2F
Octal 305 120 51 0 73 117 27 17 102 57
Binary 11000101 1010000 101001 0 111011 1001111 10111 1111 1000010 101111

Color Harmonies of #C55029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55029

Black with #C55029

Text Example


Text Example

White with #C55029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55029; }

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

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

background-color css

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

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

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

border-color css

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

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

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