Html Css Color HEX #D20E40 Crimson

📋 copy color: '#D20E40'

red 210 ◦ green 14 ◦ blue 64

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

Shades of Crimson #D20E40

Tints of Crimson #D20E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 72.92%
G = 4.86%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20E40 (or 0xD20E40) is known color: Crimson. HEX triplet: D2, 0E and 40. RGB value is (210,14,64). Sum of RGB (Red+Green+Blue) = 210+14+64=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E40 is #2DF1BF. Grayscale: #4E4E4E. Windows color (decimal): -3011008 or 4198098. OLE color: 4198098.

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

Color convert

RGB 210 14 64 -
CMYK 0 0.93 0.70 0.18
HSL 344.69º 0.88% 0.44% -
HSV(B) 344.69º 0.93% 0.82% -
XYZ 27.66 14.39 6.17 -
YUV 78.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 210 14 64 0 0.93 0.70 0.18 344.69 0.88 0.44
Hex D2 E 40 0 5D 46 12 159 58 2C
Octal 322 16 100 0 135 106 22 531 130 54
Binary 11010010 1110 1000000 0 1011101 1000110 10010 101011001 1011000 101100

Color Harmonies of #D20E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E40

Black with #D20E40

Text Example


Text Example

White with #D20E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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