Html Css Color HEX #C02F37 Mahogany

📋 copy color: '#C02F37'

red 192 ◦ green 47 ◦ blue 55

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

Shades of Mahogany #C02F37

Tints of Mahogany #C02F37

RGB

 RED value IS 192 (75.39% from 255) = 65.31%

 GREEN value IS 47 (18.75% from 255) = 15.99%

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

R = 65.31%
G = 15.99%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02F37 (or 0xC02F37) is known color: Mahogany. HEX triplet: C0, 2F and 37. RGB value is (192,47,55). Sum of RGB (Red+Green+Blue) = 192+47+55=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F37 is #3FD0C8. Grayscale: #5B5B5B. Windows color (decimal): -4182217 or 3616704. OLE color: 3616704.

HSL color Cylindrical-coordinate representation of color #C02F37: hue angle of 356.69º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 55 -
CMYK 0 0.76 0.71 0.25
HSL 356.69º 0.61% 0.47% -
HSV(B) 356.69º 0.76% 0.75% -
XYZ 23.44 13.52 4.99 -
YUV 91.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 192 47 55 0 0.76 0.71 0.25 356.69 0.61 0.47
Hex C0 2F 37 0 4C 47 19 165 3D 2F
Octal 300 57 67 0 114 107 31 545 75 57
Binary 11000000 101111 110111 0 1001100 1000111 11001 101100101 111101 101111

Color Harmonies of #C02F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F37

Black with #C02F37

Text Example


Text Example

White with #C02F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F37; }

 p { color: rgb(192,47,55); }

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

background-color css

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

 a { background-color: rgb(192,47,55); }

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

border-color css

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

 span { border-color: rgb(192,47,55); }

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