Html Css Color HEX #D20E42 Crimson

📋 copy color: '#D20E42'

red 210 ◦ green 14 ◦ blue 66

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

Shades of Crimson #D20E42

Tints of Crimson #D20E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

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

R = 72.41%
G = 4.83%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20E42 (or 0xD20E42) is known color: Crimson. HEX triplet: D2, 0E and 42. RGB value is (210,14,66). Sum of RGB (Red+Green+Blue) = 210+14+66=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E42 is #2DF1BD. Grayscale: #4E4E4E. Windows color (decimal): -3011006 or 4329170. OLE color: 4329170.

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

Color convert

RGB 210 14 66 -
CMYK 0 0.93 0.69 0.18
HSL 344.08º 0.88% 0.44% -
HSV(B) 344.08º 0.93% 0.82% -
XYZ 27.72 14.41 6.47 -
YUV 78.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 210 14 66 0 0.93 0.69 0.18 344.08 0.88 0.44
Hex D2 E 42 0 5D 45 12 158 58 2C
Octal 322 16 102 0 135 105 22 530 130 54
Binary 11010010 1110 1000010 0 1011101 1000101 10010 101011000 1011000 101100

Color Harmonies of #D20E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E42

Black with #D20E42

Text Example


Text Example

White with #D20E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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