Html Css Color HEX #D20447 Crimson

📋 copy color: '#D20447'

red 210 ◦ green 4 ◦ blue 71

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

Shades of Crimson #D20447

Tints of Crimson #D20447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 73.68%
G = 1.4%
B = 24.91%

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

#D20447 (or 0xD20447) is known color: Crimson. HEX triplet: D2, 04 and 47. RGB value is (210,4,71). Sum of RGB (Red+Green+Blue) = 210+4+71=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D20447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20447 is #2DFBB8. Grayscale: #494949. Windows color (decimal): -3013561 or 4654290. OLE color: 4654290.

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

Color convert

RGB 210 4 71 -
CMYK 0 0.98 0.66 0.18
HSL 340.49º 0.96% 0.42% -
HSV(B) 340.49º 0.98% 0.82% -
XYZ 27.76 14.24 7.25 -
YUV 73.23 126.75 225.55 -
System Red Green Blue C M Y K H S L
Decimal 210 4 71 0 0.98 0.66 0.18 340.49 0.96 0.42
Hex D2 4 47 0 62 42 12 154 60 2A
Octal 322 4 107 0 142 102 22 524 140 52
Binary 11010010 100 1000111 0 1100010 1000010 10010 101010100 1100000 101010

Color Harmonies of #D20447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20447

Black with #D20447

Text Example


Text Example

White with #D20447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20447; }

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

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

background-color css

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

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

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

border-color css

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

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

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