Html Css Color HEX #D20442 Crimson

📋 copy color: '#D20442'

red 210 ◦ green 4 ◦ blue 66

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

Shades of Crimson #D20442

Tints of Crimson #D20442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 75%
G = 1.43%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20442 (or 0xD20442) is known color: Crimson. HEX triplet: D2, 04 and 42. RGB value is (210,4,66). Sum of RGB (Red+Green+Blue) = 210+4+66=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D20442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20442 is #2DFBBD. Grayscale: #484848. Windows color (decimal): -3013566 or 4326610. OLE color: 4326610.

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

Color convert

RGB 210 4 66 -
CMYK 0 0.98 0.69 0.18
HSL 341.94º 0.96% 0.42% -
HSV(B) 341.94º 0.98% 0.82% -
XYZ 27.61 14.18 6.44 -
YUV 72.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 210 4 66 0 0.98 0.69 0.18 341.94 0.96 0.42
Hex D2 4 42 0 62 45 12 156 60 2A
Octal 322 4 102 0 142 105 22 526 140 52
Binary 11010010 100 1000010 0 1100010 1000101 10010 101010110 1100000 101010

Color Harmonies of #D20442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20442

Black with #D20442

Text Example


Text Example

White with #D20442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20442; }

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

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

background-color css

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

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

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

border-color css

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

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

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