Html Css Color HEX #D22048 Crimson

📋 copy color: '#D22048'

red 210 ◦ green 32 ◦ blue 72

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

Shades of Crimson #D22048

Tints of Crimson #D22048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 66.88%
G = 10.19%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22048 (or 0xD22048) is known color: Crimson. HEX triplet: D2, 20 and 48. RGB value is (210,32,72). Sum of RGB (Red+Green+Blue) = 210+32+72=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22048 is #2DDFB7. Grayscale: #595959. Windows color (decimal): -3006392 or 4726994. OLE color: 4726994.

HSL color Cylindrical-coordinate representation of color #D22048: hue angle of 346.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22048 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 72 -
CMYK 0 0.85 0.66 0.18
HSL 346.52º 0.74% 0.47% -
HSV(B) 346.52º 0.85% 0.82% -
XYZ 28.26 15.2 7.58 -
YUV 89.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 210 32 72 0 0.85 0.66 0.18 346.52 0.74 0.47
Hex D2 20 48 0 55 42 12 15B 4A 2F
Octal 322 40 110 0 125 102 22 533 112 57
Binary 11010010 100000 1001000 0 1010101 1000010 10010 101011011 1001010 101111

Color Harmonies of #D22048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22048

Black with #D22048

Text Example


Text Example

White with #D22048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22048; }

 p { color: rgb(210,32,72); }

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

background-color css

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

 a { background-color: rgb(210,32,72); }

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

border-color css

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

 span { border-color: rgb(210,32,72); }

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