Html Css Color HEX #D20D48 Crimson

📋 copy color: '#D20D48'

red 210 ◦ green 13 ◦ blue 72

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

Shades of Crimson #D20D48

Tints of Crimson #D20D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 71.19%
G = 4.41%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D20D48 (or 0xD20D48) is known color: Crimson. HEX triplet: D2, 0D and 48. RGB value is (210,13,72). Sum of RGB (Red+Green+Blue) = 210+13+72=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D48 is #2DF2B7. Grayscale: #4E4E4E. Windows color (decimal): -3011256 or 4722130. OLE color: 4722130.

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

Color convert

RGB 210 13 72 -
CMYK 0 0.94 0.66 0.18
HSL 342.03º 0.88% 0.44% -
HSV(B) 342.03º 0.94% 0.82% -
XYZ 27.89 14.46 7.45 -
YUV 78.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 210 13 72 0 0.94 0.66 0.18 342.03 0.88 0.44
Hex D2 D 48 0 5E 42 12 156 58 2C
Octal 322 15 110 0 136 102 22 526 130 54
Binary 11010010 1101 1001000 0 1011110 1000010 10010 101010110 1011000 101100

Color Harmonies of #D20D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D48

Black with #D20D48

Text Example


Text Example

White with #D20D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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