Html Css Color HEX #C55335 Trinidad

📋 copy color: '#C55335'

red 197 ◦ green 83 ◦ blue 53

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

Shades of Trinidad #C55335

Tints of Trinidad #C55335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 59.16%
G = 24.92%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55335 (or 0xC55335) is known color: Trinidad. HEX triplet: C5, 53 and 35. RGB value is (197,83,53). Sum of RGB (Red+Green+Blue) = 197+83+53=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55335 is #3AACCA. Grayscale: #717171. Windows color (decimal): -3845323 or 3494853. OLE color: 3494853.

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

Color convert

RGB 197 83 53 -
CMYK 0 0.58 0.73 0.23
HSL 12.5º 0.58% 0.49% -
HSV(B) 12.5º 0.73% 0.77% -
XYZ 26.76 18.31 5.49 -
YUV 113.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 197 83 53 0 0.58 0.73 0.23 12.5 0.58 0.49
Hex C5 53 35 0 3A 49 17 C 3A 31
Octal 305 123 65 0 72 111 27 14 72 61
Binary 11000101 1010011 110101 0 111010 1001001 10111 1100 111010 110001

Color Harmonies of #C55335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55335

Black with #C55335

Text Example


Text Example

White with #C55335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55335; }

 p { color: rgb(197,83,53); }

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

background-color css

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

 a { background-color: rgb(197,83,53); }

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

border-color css

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

 span { border-color: rgb(197,83,53); }

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