Html Css Color HEX #D22F3B Mahogany

📋 copy color: '#D22F3B'

red 210 ◦ green 47 ◦ blue 59

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

Shades of Mahogany #D22F3B

Tints of Mahogany #D22F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 66.46%
G = 14.87%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D22F3B (or 0xD22F3B) is known color: Mahogany. HEX triplet: D2, 2F and 3B. RGB value is (210,47,59). Sum of RGB (Red+Green+Blue) = 210+47+59=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F3B is #2DD0C4. Grayscale: #616161. Windows color (decimal): -3002565 or 3878866. OLE color: 3878866.

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

Color convert

RGB 210 47 59 -
CMYK 0 0.78 0.72 0.18
HSL 355.58º 0.64% 0.5% -
HSV(B) 355.58º 0.78% 0.82% -
XYZ 28.38 16.05 5.74 -
YUV 97.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 210 47 59 0 0.78 0.72 0.18 355.58 0.64 0.5
Hex D2 2F 3B 0 4E 48 12 164 40 32
Octal 322 57 73 0 116 110 22 544 100 62
Binary 11010010 101111 111011 0 1001110 1001000 10010 101100100 1000000 110010

Color Harmonies of #D22F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F3B

Black with #D22F3B

Text Example


Text Example

White with #D22F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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