Html Css Color HEX #D02F32 Mahogany

📋 copy color: '#D02F32'

red 208 ◦ green 47 ◦ blue 50

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

Shades of Mahogany #D02F32

Tints of Mahogany #D02F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 68.2%
G = 15.41%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D02F32 (or 0xD02F32) is known color: Mahogany. HEX triplet: D0, 2F and 32. RGB value is (208,47,50). Sum of RGB (Red+Green+Blue) = 208+47+50=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F32 is #2FD0CD. Grayscale: #5F5F5F. Windows color (decimal): -3133646 or 3289040. OLE color: 3289040.

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

Color convert

RGB 208 47 50 -
CMYK 0 0.77 0.76 0.18
HSL 358.88º 0.63% 0.5% -
HSV(B) 358.88º 0.77% 0.82% -
XYZ 27.6 15.67 4.59 -
YUV 95.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 208 47 50 0 0.77 0.76 0.18 358.88 0.63 0.5
Hex D0 2F 32 0 4D 4C 12 167 3F 32
Octal 320 57 62 0 115 114 22 547 77 62
Binary 11010000 101111 110010 0 1001101 1001100 10010 101100111 111111 110010

Color Harmonies of #D02F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F32

Black with #D02F32

Text Example


Text Example

White with #D02F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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