Html Css Color HEX #D20E4A Crimson

📋 copy color: '#D20E4A'

red 210 ◦ green 14 ◦ blue 74

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

Shades of Crimson #D20E4A

Tints of Crimson #D20E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 70.47%
G = 4.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D20E4A (or 0xD20E4A) is known color: Crimson. HEX triplet: D2, 0E and 4A. RGB value is (210,14,74). Sum of RGB (Red+Green+Blue) = 210+14+74=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E4A is #2DF1B5. Grayscale: #4F4F4F. Windows color (decimal): -3010998 or 4853458. OLE color: 4853458.

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

Color convert

RGB 210 14 74 -
CMYK 0 0.93 0.65 0.18
HSL 341.63º 0.88% 0.44% -
HSV(B) 341.63º 0.93% 0.82% -
XYZ 27.97 14.51 7.81 -
YUV 79.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 210 14 74 0 0.93 0.65 0.18 341.63 0.88 0.44
Hex D2 E 4A 0 5D 41 12 156 58 2C
Octal 322 16 112 0 135 101 22 526 130 54
Binary 11010010 1110 1001010 0 1011101 1000001 10010 101010110 1011000 101100

Color Harmonies of #D20E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E4A

Black with #D20E4A

Text Example


Text Example

White with #D20E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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