Html Css Color HEX #D02F30 Mahogany

📋 copy color: '#D02F30'

red 208 ◦ green 47 ◦ blue 48

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

Shades of Mahogany #D02F30

Tints of Mahogany #D02F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.51%

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

R = 68.65%
G = 15.51%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D02F30 (or 0xD02F30) is known color: Mahogany. HEX triplet: D0, 2F and 30. RGB value is (208,47,48). Sum of RGB (Red+Green+Blue) = 208+47+48=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F30 is #2FD0CF. Grayscale: #5F5F5F. Windows color (decimal): -3133648 or 3157968. OLE color: 3157968.

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

Color convert

RGB 208 47 48 -
CMYK 0 0.77 0.77 0.18
HSL 359.63º 0.63% 0.5% -
HSV(B) 359.63º 0.77% 0.82% -
XYZ 27.56 15.66 4.37 -
YUV 95.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 208 47 48 0 0.77 0.77 0.18 359.63 0.63 0.5
Hex D0 2F 30 0 4D 4D 12 168 3F 32
Octal 320 57 60 0 115 115 22 550 77 62
Binary 11010000 101111 110000 0 1001101 1001101 10010 101101000 111111 110010

Color Harmonies of #D02F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F30

Black with #D02F30

Text Example


Text Example

White with #D02F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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