Html Css Color HEX #D02D35 Mahogany

📋 copy color: '#D02D35'

red 208 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #D02D35

Tints of Mahogany #D02D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 67.97%
G = 14.71%
B = 17.32%

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

#D02D35 (or 0xD02D35) is known color: Mahogany. HEX triplet: D0, 2D and 35. RGB value is (208,45,53). Sum of RGB (Red+Green+Blue) = 208+45+53=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D35 is #2FD2CA. Grayscale: #5E5E5E. Windows color (decimal): -3134155 or 3485136. OLE color: 3485136.

HSL color Cylindrical-coordinate representation of color #D02D35: hue angle of 357.06º 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 #D02D35 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 53 -
CMYK 0 0.78 0.75 0.18
HSL 357.06º 0.64% 0.5% -
HSV(B) 357.06º 0.78% 0.82% -
XYZ 27.59 15.54 4.91 -
YUV 94.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 208 45 53 0 0.78 0.75 0.18 357.06 0.64 0.5
Hex D0 2D 35 0 4E 4B 12 165 40 32
Octal 320 55 65 0 116 113 22 545 100 62
Binary 11010000 101101 110101 0 1001110 1001011 10010 101100101 1000000 110010

Color Harmonies of #D02D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D35

Black with #D02D35

Text Example


Text Example

White with #D02D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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