Html Css Color HEX #D22F3A Mahogany

📋 copy color: '#D22F3A'

red 210 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #D22F3A

Tints of Mahogany #D22F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 66.67%
G = 14.92%
B = 18.41%

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

#D22F3A (or 0xD22F3A) is known color: Mahogany. HEX triplet: D2, 2F and 3A. RGB value is (210,47,58). Sum of RGB (Red+Green+Blue) = 210+47+58=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F3A is #2DD0C5. Grayscale: #616161. Windows color (decimal): -3002566 or 3813330. OLE color: 3813330.

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

Color convert

RGB 210 47 58 -
CMYK 0 0.78 0.72 0.18
HSL 355.95º 0.64% 0.5% -
HSV(B) 355.95º 0.78% 0.82% -
XYZ 28.36 16.04 5.6 -
YUV 96.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 210 47 58 0 0.78 0.72 0.18 355.95 0.64 0.5
Hex D2 2F 3A 0 4E 48 12 164 40 32
Octal 322 57 72 0 116 110 22 544 100 62
Binary 11010010 101111 111010 0 1001110 1001000 10010 101100100 1000000 110010

Color Harmonies of #D22F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F3A

Black with #D22F3A

Text Example


Text Example

White with #D22F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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