Html Css Color HEX #D02C2D Mahogany

📋 copy color: '#D02C2D'

red 208 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #D02C2D

Tints of Mahogany #D02C2D

RGB

 RED value IS 208 (81.64% from 255) = 70.03%

 GREEN value IS 44 (17.58% from 255) = 14.81%

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

R = 70.03%
G = 14.81%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D02C2D (or 0xD02C2D) is known color: Mahogany. HEX triplet: D0, 2C and 2D. RGB value is (208,44,45). Sum of RGB (Red+Green+Blue) = 208+44+45=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C2D is #2FD3D2. Grayscale: #5D5D5D. Windows color (decimal): -3134419 or 2960592. OLE color: 2960592.

HSL color Cylindrical-coordinate representation of color #D02C2D: hue angle of 359.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 45 -
CMYK 0 0.79 0.78 0.18
HSL 359.63º 0.65% 0.49% -
HSV(B) 359.63º 0.79% 0.82% -
XYZ 27.39 15.4 4.01 -
YUV 93.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 208 44 45 0 0.79 0.78 0.18 359.63 0.65 0.49
Hex D0 2C 2D 0 4F 4E 12 168 41 31
Octal 320 54 55 0 117 116 22 550 101 61
Binary 11010000 101100 101101 0 1001111 1001110 10010 101101000 1000001 110001

Color Harmonies of #D02C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C2D

Black with #D02C2D

Text Example


Text Example

White with #D02C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C2D; }

 p { color: rgb(208,44,45); }

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

background-color css

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

 a { background-color: rgb(208,44,45); }

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

border-color css

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

 span { border-color: rgb(208,44,45); }

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