Html Css Color HEX #C02627 Mahogany

📋 copy color: '#C02627'

red 192 ◦ green 38 ◦ blue 39

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

Shades of Mahogany #C02627

Tints of Mahogany #C02627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 71.38%
G = 14.13%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02627 (or 0xC02627) is known color: Mahogany. HEX triplet: C0, 26 and 27. RGB value is (192,38,39). Sum of RGB (Red+Green+Blue) = 192+38+39=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C02627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02627 is #3FD9D8. Grayscale: #545454. Windows color (decimal): -4184537 or 2565824. OLE color: 2565824.

HSL color Cylindrical-coordinate representation of color #C02627: hue angle of 359.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02627 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 39 -
CMYK 0 0.80 0.80 0.25
HSL 359.61º 0.67% 0.45% -
HSV(B) 359.61º 0.8% 0.75% -
XYZ 22.8 12.74 3.18 -
YUV 84.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 192 38 39 0 0.80 0.80 0.25 359.61 0.67 0.45
Hex C0 26 27 0 50 50 19 168 43 2D
Octal 300 46 47 0 120 120 31 550 103 55
Binary 11000000 100110 100111 0 1010000 1010000 11001 101101000 1000011 101101

Color Harmonies of #C02627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02627

Black with #C02627

Text Example


Text Example

White with #C02627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02627; }

 p { color: rgb(192,38,39); }

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

background-color css

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

 a { background-color: rgb(192,38,39); }

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

border-color css

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

 span { border-color: rgb(192,38,39); }

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