Html Css Color HEX #D20E2E Crimson

📋 copy color: '#D20E2E'

red 210 ◦ green 14 ◦ blue 46

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

Shades of Crimson #D20E2E

Tints of Crimson #D20E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 77.78%
G = 5.19%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D20E2E (or 0xD20E2E) is known color: Crimson. HEX triplet: D2, 0E and 2E. RGB value is (210,14,46). Sum of RGB (Red+Green+Blue) = 210+14+46=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E2E is #2DF1D1. Grayscale: #4C4C4C. Windows color (decimal): -3011026 or 3018450. OLE color: 3018450.

HSL color Cylindrical-coordinate representation of color #D20E2E: hue angle of 350.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E2E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 46 -
CMYK 0 0.93 0.78 0.18
HSL 350.2º 0.88% 0.44% -
HSV(B) 350.2º 0.93% 0.82% -
XYZ 27.23 14.21 3.89 -
YUV 76.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 210 14 46 0 0.93 0.78 0.18 350.2 0.88 0.44
Hex D2 E 2E 0 5D 4E 12 15E 58 2C
Octal 322 16 56 0 135 116 22 536 130 54
Binary 11010010 1110 101110 0 1011101 1001110 10010 101011110 1011000 101100

Color Harmonies of #D20E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E2E

Black with #D20E2E

Text Example


Text Example

White with #D20E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E2E; }

 p { color: rgb(210,14,46); }

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

background-color css

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

 a { background-color: rgb(210,14,46); }

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

border-color css

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

 span { border-color: rgb(210,14,46); }

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