Html Css Color HEX #C55530 Trinidad

📋 copy color: '#C55530'

red 197 ◦ green 85 ◦ blue 48

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

Shades of Trinidad #C55530

Tints of Trinidad #C55530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 59.7%
G = 25.76%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C55530 (or 0xC55530) is known color: Trinidad. HEX triplet: C5, 55 and 30. RGB value is (197,85,48). Sum of RGB (Red+Green+Blue) = 197+85+48=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55530 is #3AAACF. Grayscale: #727272. Windows color (decimal): -3844816 or 3167685. OLE color: 3167685.

HSL color Cylindrical-coordinate representation of color #C55530: hue angle of 14.9º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C55530 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 48 -
CMYK 0 0.57 0.76 0.23
HSL 14.9º 0.61% 0.48% -
HSV(B) 14.9º 0.76% 0.77% -
XYZ 26.81 18.58 4.97 -
YUV 114.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 197 85 48 0 0.57 0.76 0.23 14.9 0.61 0.48
Hex C5 55 30 0 39 4C 17 F 3D 30
Octal 305 125 60 0 71 114 27 17 75 60
Binary 11000101 1010101 110000 0 111001 1001100 10111 1111 111101 110000

Color Harmonies of #C55530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55530

Black with #C55530

Text Example


Text Example

White with #C55530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55530; }

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

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

background-color css

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

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

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

border-color css

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

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

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