Html Css Color HEX #D20D4A Crimson

📋 copy color: '#D20D4A'

red 210 ◦ green 13 ◦ blue 74

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

Shades of Crimson #D20D4A

Tints of Crimson #D20D4A

RGB

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

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

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

R = 70.71%
G = 4.38%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D20D4A (or 0xD20D4A) is known color: Crimson. HEX triplet: D2, 0D and 4A. RGB value is (210,13,74). Sum of RGB (Red+Green+Blue) = 210+13+74=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D4A is #2DF2B5. Grayscale: #4E4E4E. Windows color (decimal): -3011254 or 4853202. OLE color: 4853202.

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

Color convert

RGB 210 13 74 -
CMYK 0 0.94 0.65 0.18
HSL 341.42º 0.88% 0.44% -
HSV(B) 341.42º 0.94% 0.82% -
XYZ 27.96 14.48 7.8 -
YUV 78.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 210 13 74 0 0.94 0.65 0.18 341.42 0.88 0.44
Hex D2 D 4A 0 5E 41 12 155 58 2C
Octal 322 15 112 0 136 101 22 525 130 54
Binary 11010010 1101 1001010 0 1011110 1000001 10010 101010101 1011000 101100

Color Harmonies of #D20D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D4A

Black with #D20D4A

Text Example


Text Example

White with #D20D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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