Html Css Color HEX #C5511D Trinidad

📋 copy color: '#C5511D'

red 197 ◦ green 81 ◦ blue 29

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

Shades of Trinidad #C5511D

Tints of Trinidad #C5511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 64.17%
G = 26.38%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5511D (or 0xC5511D) is known color: Trinidad. HEX triplet: C5, 51 and 1D. RGB value is (197,81,29). Sum of RGB (Red+Green+Blue) = 197+81+29=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5511D is #3AAEE2. Grayscale: #6E6E6E. Windows color (decimal): -3845859 or 1921477. OLE color: 1921477.

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

Color convert

RGB 197 81 29 -
CMYK 0 0.59 0.85 0.23
HSL 18.57º 0.74% 0.44% -
HSV(B) 18.57º 0.85% 0.77% -
XYZ 26.19 17.84 3.23 -
YUV 109.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 197 81 29 0 0.59 0.85 0.23 18.57 0.74 0.44
Hex C5 51 1D 0 3B 55 17 13 4A 2C
Octal 305 121 35 0 73 125 27 23 112 54
Binary 11000101 1010001 11101 0 111011 1010101 10111 10011 1001010 101100

Color Harmonies of #C5511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5511D

Black with #C5511D

Text Example


Text Example

White with #C5511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5511D; }

 p { color: rgb(197,81,29); }

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

background-color css

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

 a { background-color: rgb(197,81,29); }

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

border-color css

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

 span { border-color: rgb(197,81,29); }

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