Html Css Color HEX #D20C40 Crimson

📋 copy color: '#D20C40'

red 210 ◦ green 12 ◦ blue 64

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

Shades of Crimson #D20C40

Tints of Crimson #D20C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 73.43%
G = 4.2%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20C40 (or 0xD20C40) is known color: Crimson. HEX triplet: D2, 0C and 40. RGB value is (210,12,64). Sum of RGB (Red+Green+Blue) = 210+12+64=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C40 is #2DF3BF. Grayscale: #4D4D4D. Windows color (decimal): -3011520 or 4197586. OLE color: 4197586.

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

Color convert

RGB 210 12 64 -
CMYK 0 0.94 0.70 0.18
HSL 344.24º 0.89% 0.44% -
HSV(B) 344.24º 0.94% 0.82% -
XYZ 27.64 14.33 6.16 -
YUV 77.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 210 12 64 0 0.94 0.70 0.18 344.24 0.89 0.44
Hex D2 C 40 0 5E 46 12 158 59 2C
Octal 322 14 100 0 136 106 22 530 131 54
Binary 11010010 1100 1000000 0 1011110 1000110 10010 101011000 1011001 101100

Color Harmonies of #D20C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C40

Black with #D20C40

Text Example


Text Example

White with #D20C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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