Html Css Color HEX #C55334 Trinidad

📋 copy color: '#C55334'

red 197 ◦ green 83 ◦ blue 52

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

Shades of Trinidad #C55334

Tints of Trinidad #C55334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 59.34%
G = 25%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C55334 (or 0xC55334) is known color: Trinidad. HEX triplet: C5, 53 and 34. RGB value is (197,83,52). Sum of RGB (Red+Green+Blue) = 197+83+52=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C55334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55334 is #3AACCB. Grayscale: #717171. Windows color (decimal): -3845324 or 3429317. OLE color: 3429317.

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

Color convert

RGB 197 83 52 -
CMYK 0 0.58 0.74 0.23
HSL 12.83º 0.58% 0.49% -
HSV(B) 12.83º 0.74% 0.77% -
XYZ 26.74 18.3 5.37 -
YUV 113.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 197 83 52 0 0.58 0.74 0.23 12.83 0.58 0.49
Hex C5 53 34 0 3A 4A 17 D 3A 31
Octal 305 123 64 0 72 112 27 15 72 61
Binary 11000101 1010011 110100 0 111010 1001010 10111 1101 111010 110001

Color Harmonies of #C55334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55334

Black with #C55334

Text Example


Text Example

White with #C55334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55334; }

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

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

background-color css

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

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

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

border-color css

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

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

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