Html Css Color HEX #D20E3D Crimson

📋 copy color: '#D20E3D'

red 210 ◦ green 14 ◦ blue 61

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

Shades of Crimson #D20E3D

Tints of Crimson #D20E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 73.68%
G = 4.91%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D20E3D (or 0xD20E3D) is known color: Crimson. HEX triplet: D2, 0E and 3D. RGB value is (210,14,61). Sum of RGB (Red+Green+Blue) = 210+14+61=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E3D is #2DF1C2. Grayscale: #4D4D4D. Windows color (decimal): -3011011 or 4001490. OLE color: 4001490.

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

Color convert

RGB 210 14 61 -
CMYK 0 0.93 0.71 0.18
HSL 345.61º 0.88% 0.44% -
HSV(B) 345.61º 0.93% 0.82% -
XYZ 27.58 14.35 5.73 -
YUV 77.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 210 14 61 0 0.93 0.71 0.18 345.61 0.88 0.44
Hex D2 E 3D 0 5D 47 12 15A 58 2C
Octal 322 16 75 0 135 107 22 532 130 54
Binary 11010010 1110 111101 0 1011101 1000111 10010 101011010 1011000 101100

Color Harmonies of #D20E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E3D

Black with #D20E3D

Text Example


Text Example

White with #D20E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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