Html Css Color HEX #C75137 Trinidad

📋 copy color: '#C75137'

red 199 ◦ green 81 ◦ blue 55

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

Shades of Trinidad #C75137

Tints of Trinidad #C75137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.42%

R = 59.4%
G = 24.18%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C75137 (or 0xC75137) is known color: Trinidad. HEX triplet: C7, 51 and 37. RGB value is (199,81,55). Sum of RGB (Red+Green+Blue) = 199+81+55=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75137 is #38AEC8. Grayscale: #717171. Windows color (decimal): -3714761 or 3625415. OLE color: 3625415.

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

Color convert

RGB 199 81 55 -
CMYK 0 0.59 0.72 0.22
HSL 10.83º 0.57% 0.5% -
HSV(B) 10.83º 0.72% 0.78% -
XYZ 27.19 18.3 5.71 -
YUV 113.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 199 81 55 0 0.59 0.72 0.22 10.83 0.57 0.5
Hex C7 51 37 0 3B 48 16 B 39 32
Octal 307 121 67 0 73 110 26 13 71 62
Binary 11000111 1010001 110111 0 111011 1001000 10110 1011 111001 110010

Color Harmonies of #C75137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75137

Black with #C75137

Text Example


Text Example

White with #C75137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75137; }

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

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

background-color css

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

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

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

border-color css

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

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

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