Html Css Color HEX #C55525 Trinidad

📋 copy color: '#C55525'

red 197 ◦ green 85 ◦ blue 37

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

Shades of Trinidad #C55525

Tints of Trinidad #C55525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 61.76%
G = 26.65%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C55525 (or 0xC55525) is known color: Trinidad. HEX triplet: C5, 55 and 25. RGB value is (197,85,37). Sum of RGB (Red+Green+Blue) = 197+85+37=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55525 is #3AAADA. Grayscale: #717171. Windows color (decimal): -3844827 or 2446789. OLE color: 2446789.

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

Color convert

RGB 197 85 37 -
CMYK 0 0.57 0.81 0.23
HSL 18º 0.68% 0.46% -
HSV(B) 18º 0.81% 0.77% -
XYZ 26.61 18.5 3.92 -
YUV 113.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 197 85 37 0 0.57 0.81 0.23 18 0.68 0.46
Hex C5 55 25 0 39 51 17 12 44 2E
Octal 305 125 45 0 71 121 27 22 104 56
Binary 11000101 1010101 100101 0 111001 1010001 10111 10010 1000100 101110

Color Harmonies of #C55525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55525

Black with #C55525

Text Example


Text Example

White with #C55525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55525; }

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

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

background-color css

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

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

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

border-color css

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

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

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