Html Css Color HEX #C55223 Trinidad

📋 copy color: '#C55223'

red 197 ◦ green 82 ◦ blue 35

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

Shades of Trinidad #C55223

Tints of Trinidad #C55223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 62.74%
G = 26.11%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C55223 (or 0xC55223) is known color: Trinidad. HEX triplet: C5, 52 and 23. RGB value is (197,82,35). Sum of RGB (Red+Green+Blue) = 197+82+35=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C55223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55223 is #3AADDC. Grayscale: #6F6F6F. Windows color (decimal): -3845597 or 2314949. OLE color: 2314949.

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

Color convert

RGB 197 82 35 -
CMYK 0 0.58 0.82 0.23
HSL 17.41º 0.7% 0.45% -
HSV(B) 17.41º 0.82% 0.77% -
XYZ 26.35 18.03 3.68 -
YUV 111.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 197 82 35 0 0.58 0.82 0.23 17.41 0.7 0.45
Hex C5 52 23 0 3A 52 17 11 46 2D
Octal 305 122 43 0 72 122 27 21 106 55
Binary 11000101 1010010 100011 0 111010 1010010 10111 10001 1000110 101101

Color Harmonies of #C55223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55223

Black with #C55223

Text Example


Text Example

White with #C55223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55223; }

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

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

background-color css

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

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

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

border-color css

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

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

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