Html Css Color HEX #C55535 Trinidad

📋 copy color: '#C55535'

red 197 ◦ green 85 ◦ blue 53

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

Shades of Trinidad #C55535

Tints of Trinidad #C55535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

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

R = 58.81%
G = 25.37%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55535 (or 0xC55535) is known color: Trinidad. HEX triplet: C5, 55 and 35. RGB value is (197,85,53). Sum of RGB (Red+Green+Blue) = 197+85+53=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55535 is #3AAACA. Grayscale: #737373. Windows color (decimal): -3844811 or 3495365. OLE color: 3495365.

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

Color convert

RGB 197 85 53 -
CMYK 0 0.57 0.73 0.23
HSL 13.33º 0.58% 0.49% -
HSV(B) 13.33º 0.73% 0.77% -
XYZ 26.92 18.62 5.54 -
YUV 114.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 197 85 53 0 0.57 0.73 0.23 13.33 0.58 0.49
Hex C5 55 35 0 39 49 17 D 3A 31
Octal 305 125 65 0 71 111 27 15 72 61
Binary 11000101 1010101 110101 0 111001 1001001 10111 1101 111010 110001

Color Harmonies of #C55535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55535

Black with #C55535

Text Example


Text Example

White with #C55535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55535; }

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

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

background-color css

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

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

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

border-color css

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

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

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