Html Css Color HEX #D20D42 Crimson

📋 copy color: '#D20D42'

red 210 ◦ green 13 ◦ blue 66

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

Shades of Crimson #D20D42

Tints of Crimson #D20D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 72.66%
G = 4.5%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20D42 (or 0xD20D42) is known color: Crimson. HEX triplet: D2, 0D and 42. RGB value is (210,13,66). Sum of RGB (Red+Green+Blue) = 210+13+66=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D42 is #2DF2BD. Grayscale: #4D4D4D. Windows color (decimal): -3011262 or 4328914. OLE color: 4328914.

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

Color convert

RGB 210 13 66 -
CMYK 0 0.94 0.69 0.18
HSL 343.86º 0.88% 0.44% -
HSV(B) 343.86º 0.94% 0.82% -
XYZ 27.71 14.38 6.47 -
YUV 77.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 210 13 66 0 0.94 0.69 0.18 343.86 0.88 0.44
Hex D2 D 42 0 5E 45 12 158 58 2C
Octal 322 15 102 0 136 105 22 530 130 54
Binary 11010010 1101 1000010 0 1011110 1000101 10010 101011000 1011000 101100

Color Harmonies of #D20D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D42

Black with #D20D42

Text Example


Text Example

White with #D20D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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