Html Css Color HEX #D20E30 Crimson

📋 copy color: '#D20E30'

red 210 ◦ green 14 ◦ blue 48

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

Shades of Crimson #D20E30

Tints of Crimson #D20E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 77.21%
G = 5.15%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20E30 (or 0xD20E30) is known color: Crimson. HEX triplet: D2, 0E and 30. RGB value is (210,14,48). Sum of RGB (Red+Green+Blue) = 210+14+48=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E30 is #2DF1CF. Grayscale: #4C4C4C. Windows color (decimal): -3011024 or 3149522. OLE color: 3149522.

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

Color convert

RGB 210 14 48 -
CMYK 0 0.93 0.77 0.18
HSL 349.59º 0.88% 0.44% -
HSV(B) 349.59º 0.93% 0.82% -
XYZ 27.27 14.23 4.11 -
YUV 76.48 111.93 223.24 -
System Red Green Blue C M Y K H S L
Decimal 210 14 48 0 0.93 0.77 0.18 349.59 0.88 0.44
Hex D2 E 30 0 5D 4D 12 15E 58 2C
Octal 322 16 60 0 135 115 22 536 130 54
Binary 11010010 1110 110000 0 1011101 1001101 10010 101011110 1011000 101100

Color Harmonies of #D20E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E30

Black with #D20E30

Text Example


Text Example

White with #D20E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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