Html Css Color HEX #C5512D Trinidad

📋 copy color: '#C5512D'

red 197 ◦ green 81 ◦ blue 45

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

Shades of Trinidad #C5512D

Tints of Trinidad #C5512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 60.99%
G = 25.08%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5512D (or 0xC5512D) is known color: Trinidad. HEX triplet: C5, 51 and 2D. RGB value is (197,81,45). Sum of RGB (Red+Green+Blue) = 197+81+45=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5512D is #3AAED2. Grayscale: #6F6F6F. Windows color (decimal): -3845843 or 2970053. OLE color: 2970053.

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

Color convert

RGB 197 81 45 -
CMYK 0 0.59 0.77 0.23
HSL 14.21º 0.63% 0.47% -
HSV(B) 14.21º 0.77% 0.77% -
XYZ 26.44 17.94 4.55 -
YUV 111.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 197 81 45 0 0.59 0.77 0.23 14.21 0.63 0.47
Hex C5 51 2D 0 3B 4D 17 E 3F 2F
Octal 305 121 55 0 73 115 27 16 77 57
Binary 11000101 1010001 101101 0 111011 1001101 10111 1110 111111 101111

Color Harmonies of #C5512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5512D

Black with #C5512D

Text Example


Text Example

White with #C5512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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