Html Css Color HEX #D20C47 Crimson

📋 copy color: '#D20C47'

red 210 ◦ green 12 ◦ blue 71

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

Shades of Crimson #D20C47

Tints of Crimson #D20C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.1%

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

R = 71.67%
G = 4.1%
B = 24.23%

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

#D20C47 (or 0xD20C47) is known color: Crimson. HEX triplet: D2, 0C and 47. RGB value is (210,12,71). Sum of RGB (Red+Green+Blue) = 210+12+71=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C47 is #2DF3B8. Grayscale: #4D4D4D. Windows color (decimal): -3011513 or 4656338. OLE color: 4656338.

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

Color convert

RGB 210 12 71 -
CMYK 0 0.94 0.66 0.18
HSL 342.12º 0.89% 0.44% -
HSV(B) 342.12º 0.94% 0.82% -
XYZ 27.85 14.42 7.28 -
YUV 77.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 210 12 71 0 0.94 0.66 0.18 342.12 0.89 0.44
Hex D2 C 47 0 5E 42 12 156 59 2C
Octal 322 14 107 0 136 102 22 526 131 54
Binary 11010010 1100 1000111 0 1011110 1000010 10010 101010110 1011001 101100

Color Harmonies of #D20C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C47

Black with #D20C47

Text Example


Text Example

White with #D20C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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