Html Css Color HEX #C75120 Trinidad

📋 copy color: '#C75120'

red 199 ◦ green 81 ◦ blue 32

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

Shades of Trinidad #C75120

Tints of Trinidad #C75120

RGB

 RED value IS 199 (78.13% from 255) = 63.78%

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

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 63.78%
G = 25.96%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C75120 (or 0xC75120) is known color: Trinidad. HEX triplet: C7, 51 and 20. RGB value is (199,81,32). Sum of RGB (Red+Green+Blue) = 199+81+32=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C75120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75120 is #38AEDF. Grayscale: #6F6F6F. Windows color (decimal): -3714784 or 2118087. OLE color: 2118087.

HSL color Cylindrical-coordinate representation of color #C75120: hue angle of 17.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C75120 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 32 -
CMYK 0 0.59 0.84 0.22
HSL 17.6º 0.72% 0.45% -
HSV(B) 17.6º 0.84% 0.78% -
XYZ 26.76 18.13 3.46 -
YUV 110.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 199 81 32 0 0.59 0.84 0.22 17.6 0.72 0.45
Hex C7 51 20 0 3B 54 16 12 48 2D
Octal 307 121 40 0 73 124 26 22 110 55
Binary 11000111 1010001 100000 0 111011 1010100 10110 10010 1001000 101101

Color Harmonies of #C75120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75120

Black with #C75120

Text Example


Text Example

White with #C75120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75120; }

 p { color: rgb(199,81,32); }

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

background-color css

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

 a { background-color: rgb(199,81,32); }

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

border-color css

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

 span { border-color: rgb(199,81,32); }

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