Html Css Color HEX #C55027 Trinidad

📋 copy color: '#C55027'

red 197 ◦ green 80 ◦ blue 39

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

Shades of Trinidad #C55027

Tints of Trinidad #C55027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 62.34%
G = 25.32%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55027 (or 0xC55027) is known color: Trinidad. HEX triplet: C5, 50 and 27. RGB value is (197,80,39). Sum of RGB (Red+Green+Blue) = 197+80+39=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C55027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55027 is #3AAFD8. Grayscale: #6E6E6E. Windows color (decimal): -3846105 or 2576581. OLE color: 2576581.

HSL color Cylindrical-coordinate representation of color #C55027: hue angle of 15.57º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55027 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 39 -
CMYK 0 0.59 0.80 0.23
HSL 15.57º 0.67% 0.46% -
HSV(B) 15.57º 0.8% 0.77% -
XYZ 26.26 17.75 3.96 -
YUV 110.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 197 80 39 0 0.59 0.80 0.23 15.57 0.67 0.46
Hex C5 50 27 0 3B 50 17 10 43 2E
Octal 305 120 47 0 73 120 27 20 103 56
Binary 11000101 1010000 100111 0 111011 1010000 10111 10000 1000011 101110

Color Harmonies of #C55027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55027

Black with #C55027

Text Example


Text Example

White with #C55027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55027; }

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

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

background-color css

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

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

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

border-color css

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

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

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