Html Css Color HEX #D20440 Crimson

📋 copy color: '#D20440'

red 210 ◦ green 4 ◦ blue 64

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

Shades of Crimson #D20440

Tints of Crimson #D20440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 75.54%
G = 1.44%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20440 (or 0xD20440) is known color: Crimson. HEX triplet: D2, 04 and 40. RGB value is (210,4,64). Sum of RGB (Red+Green+Blue) = 210+4+64=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D20440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20440 is #2DFBBF. Grayscale: #484848. Windows color (decimal): -3013568 or 4195538. OLE color: 4195538.

HSL color Cylindrical-coordinate representation of color #D20440: hue angle of 342.52º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20440 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 64 -
CMYK 0 0.98 0.70 0.18
HSL 342.52º 0.96% 0.42% -
HSV(B) 342.52º 0.98% 0.82% -
XYZ 27.55 14.16 6.13 -
YUV 72.43 123.25 226.12 -
System Red Green Blue C M Y K H S L
Decimal 210 4 64 0 0.98 0.70 0.18 342.52 0.96 0.42
Hex D2 4 40 0 62 46 12 157 60 2A
Octal 322 4 100 0 142 106 22 527 140 52
Binary 11010010 100 1000000 0 1100010 1000110 10010 101010111 1100000 101010

Color Harmonies of #D20440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20440

Black with #D20440

Text Example


Text Example

White with #D20440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20440; }

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

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

background-color css

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

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

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

border-color css

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

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

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