Html Css Color HEX #D02D30 Mahogany

📋 copy color: '#D02D30'

red 208 ◦ green 45 ◦ blue 48

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

Shades of Mahogany #D02D30

Tints of Mahogany #D02D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 69.1%
G = 14.95%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D02D30 (or 0xD02D30) is known color: Mahogany. HEX triplet: D0, 2D and 30. RGB value is (208,45,48). Sum of RGB (Red+Green+Blue) = 208+45+48=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D30 is #2FD2CF. Grayscale: #5E5E5E. Windows color (decimal): -3134160 or 3157456. OLE color: 3157456.

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

Color convert

RGB 208 45 48 -
CMYK 0 0.78 0.77 0.18
HSL 358.9º 0.64% 0.5% -
HSV(B) 358.9º 0.78% 0.82% -
XYZ 27.48 15.5 4.34 -
YUV 94.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 208 45 48 0 0.78 0.77 0.18 358.9 0.64 0.5
Hex D0 2D 30 0 4E 4D 12 167 40 32
Octal 320 55 60 0 116 115 22 547 100 62
Binary 11010000 101101 110000 0 1001110 1001101 10010 101100111 1000000 110010

Color Harmonies of #D02D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D30

Black with #D02D30

Text Example


Text Example

White with #D02D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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