Html Css Color HEX #D02F34 Mahogany

📋 copy color: '#D02F34'

red 208 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #D02F34

Tints of Mahogany #D02F34

RGB

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

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

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

R = 67.75%
G = 15.31%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D02F34 (or 0xD02F34) is known color: Mahogany. HEX triplet: D0, 2F and 34. RGB value is (208,47,52). Sum of RGB (Red+Green+Blue) = 208+47+52=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F34 is #2FD0CB. Grayscale: #5F5F5F. Windows color (decimal): -3133644 or 3420112. OLE color: 3420112.

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

Color convert

RGB 208 47 52 -
CMYK 0 0.77 0.75 0.18
HSL 358.14º 0.63% 0.5% -
HSV(B) 358.14º 0.77% 0.82% -
XYZ 27.65 15.69 4.82 -
YUV 95.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 208 47 52 0 0.77 0.75 0.18 358.14 0.63 0.5
Hex D0 2F 34 0 4D 4B 12 166 3F 32
Octal 320 57 64 0 115 113 22 546 77 62
Binary 11010000 101111 110100 0 1001101 1001011 10010 101100110 111111 110010

Color Harmonies of #D02F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F34

Black with #D02F34

Text Example


Text Example

White with #D02F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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