Html Css Color HEX #C55222 Trinidad

📋 copy color: '#C55222'

red 197 ◦ green 82 ◦ blue 34

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

Shades of Trinidad #C55222

Tints of Trinidad #C55222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 62.94%
G = 26.2%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C55222 (or 0xC55222) is known color: Trinidad. HEX triplet: C5, 52 and 22. RGB value is (197,82,34). Sum of RGB (Red+Green+Blue) = 197+82+34=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C55222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55222 is #3AADDD. Grayscale: #6F6F6F. Windows color (decimal): -3845598 or 2249413. OLE color: 2249413.

HSL color Cylindrical-coordinate representation of color #C55222: hue angle of 17.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C55222 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 34 -
CMYK 0 0.58 0.83 0.23
HSL 17.67º 0.71% 0.45% -
HSV(B) 17.67º 0.83% 0.77% -
XYZ 26.33 18.02 3.6 -
YUV 110.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 197 82 34 0 0.58 0.83 0.23 17.67 0.71 0.45
Hex C5 52 22 0 3A 53 17 12 47 2D
Octal 305 122 42 0 72 123 27 22 107 55
Binary 11000101 1010010 100010 0 111010 1010011 10111 10010 1000111 101101

Color Harmonies of #C55222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55222

Black with #C55222

Text Example


Text Example

White with #C55222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55222; }

 p { color: rgb(197,82,34); }

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

background-color css

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

 a { background-color: rgb(197,82,34); }

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

border-color css

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

 span { border-color: rgb(197,82,34); }

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