Html Css Color HEX #D02D34 Mahogany

📋 copy color: '#D02D34'

red 208 ◦ green 45 ◦ blue 52

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

Shades of Mahogany #D02D34

Tints of Mahogany #D02D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 68.2%
G = 14.75%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D02D34 (or 0xD02D34) is known color: Mahogany. HEX triplet: D0, 2D and 34. RGB value is (208,45,52). Sum of RGB (Red+Green+Blue) = 208+45+52=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D34 is #2FD2CB. Grayscale: #5E5E5E. Windows color (decimal): -3134156 or 3419600. OLE color: 3419600.

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

Color convert

RGB 208 45 52 -
CMYK 0 0.78 0.75 0.18
HSL 357.42º 0.64% 0.5% -
HSV(B) 357.42º 0.78% 0.82% -
XYZ 27.57 15.53 4.79 -
YUV 94.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 208 45 52 0 0.78 0.75 0.18 357.42 0.64 0.5
Hex D0 2D 34 0 4E 4B 12 165 40 32
Octal 320 55 64 0 116 113 22 545 100 62
Binary 11010000 101101 110100 0 1001110 1001011 10010 101100101 1000000 110010

Color Harmonies of #D02D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D34

Black with #D02D34

Text Example


Text Example

White with #D02D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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