Html Css Color HEX #D22F30 Mahogany

📋 copy color: '#D22F30'

red 210 ◦ green 47 ◦ blue 48

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

Shades of Mahogany #D22F30

Tints of Mahogany #D22F30

RGB

 RED value IS 210 (82.42% from 255) = 68.85%

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

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

R = 68.85%
G = 15.41%
B = 15.74%

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

#D22F30 (or 0xD22F30) is known color: Mahogany. HEX triplet: D2, 2F and 30. RGB value is (210,47,48). Sum of RGB (Red+Green+Blue) = 210+47+48=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F30 is #2DD0CF. Grayscale: #606060. Windows color (decimal): -3002576 or 3157970. OLE color: 3157970.

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

Color convert

RGB 210 47 48 -
CMYK 0 0.78 0.77 0.18
HSL 359.63º 0.64% 0.5% -
HSV(B) 359.63º 0.78% 0.82% -
XYZ 28.13 15.95 4.39 -
YUV 95.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 210 47 48 0 0.78 0.77 0.18 359.63 0.64 0.5
Hex D2 2F 30 0 4E 4D 12 168 40 32
Octal 322 57 60 0 116 115 22 550 100 62
Binary 11010010 101111 110000 0 1001110 1001101 10010 101101000 1000000 110010

Color Harmonies of #D22F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F30

Black with #D22F30

Text Example


Text Example

White with #D22F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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