Html Css Color HEX #D20448 Crimson

📋 copy color: '#D20448'

red 210 ◦ green 4 ◦ blue 72

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

Shades of Crimson #D20448

Tints of Crimson #D20448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 73.43%
G = 1.4%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D20448 (or 0xD20448) is known color: Crimson. HEX triplet: D2, 04 and 48. RGB value is (210,4,72). Sum of RGB (Red+Green+Blue) = 210+4+72=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D20448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20448 is #2DFBB7. Grayscale: #494949. Windows color (decimal): -3013560 or 4719826. OLE color: 4719826.

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

Color convert

RGB 210 4 72 -
CMYK 0 0.98 0.66 0.18
HSL 340.19º 0.96% 0.42% -
HSV(B) 340.19º 0.98% 0.82% -
XYZ 27.79 14.26 7.42 -
YUV 73.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 210 4 72 0 0.98 0.66 0.18 340.19 0.96 0.42
Hex D2 4 48 0 62 42 12 154 60 2A
Octal 322 4 110 0 142 102 22 524 140 52
Binary 11010010 100 1001000 0 1100010 1000010 10010 101010100 1100000 101010

Color Harmonies of #D20448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20448

Black with #D20448

Text Example


Text Example

White with #D20448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20448; }

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

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

background-color css

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

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

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

border-color css

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

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

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