Html Css Color HEX #D20A42 Crimson

📋 copy color: '#D20A42'

red 210 ◦ green 10 ◦ blue 66

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

Shades of Crimson #D20A42

Tints of Crimson #D20A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 73.43%
G = 3.5%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20A42 (or 0xD20A42) is known color: Crimson. HEX triplet: D2, 0A and 42. RGB value is (210,10,66). Sum of RGB (Red+Green+Blue) = 210+10+66=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A42 is #2DF5BD. Grayscale: #4C4C4C. Windows color (decimal): -3012030 or 4328146. OLE color: 4328146.

HSL color Cylindrical-coordinate representation of color #D20A42: hue angle of 343.2º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A42 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 10 66 -
CMYK 0 0.95 0.69 0.18
HSL 343.2º 0.91% 0.43% -
HSV(B) 343.2º 0.95% 0.82% -
XYZ 27.67 14.31 6.46 -
YUV 76.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 210 10 66 0 0.95 0.69 0.18 343.2 0.91 0.43
Hex D2 A 42 0 5F 45 12 157 5B 2B
Octal 322 12 102 0 137 105 22 527 133 53
Binary 11010010 1010 1000010 0 1011111 1000101 10010 101010111 1011011 101011

Color Harmonies of #D20A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A42

Black with #D20A42

Text Example


Text Example

White with #D20A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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