Html Css Color HEX #D21946 Crimson

📋 copy color: '#D21946'

red 210 ◦ green 25 ◦ blue 70

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

Shades of Crimson #D21946

Tints of Crimson #D21946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 68.85%
G = 8.2%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21946 (or 0xD21946) is known color: Crimson. HEX triplet: D2, 19 and 46. RGB value is (210,25,70). Sum of RGB (Red+Green+Blue) = 210+25+70=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D21946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21946 is #2DE6B9. Grayscale: #555555. Windows color (decimal): -3008186 or 4594130. OLE color: 4594130.

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

Color convert

RGB 210 25 70 -
CMYK 0 0.88 0.67 0.18
HSL 345.41º 0.79% 0.46% -
HSV(B) 345.41º 0.88% 0.82% -
XYZ 28.03 14.84 7.18 -
YUV 85.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 210 25 70 0 0.88 0.67 0.18 345.41 0.79 0.46
Hex D2 19 46 0 58 43 12 159 4F 2E
Octal 322 31 106 0 130 103 22 531 117 56
Binary 11010010 11001 1000110 0 1011000 1000011 10010 101011001 1001111 101110

Color Harmonies of #D21946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21946

Black with #D21946

Text Example


Text Example

White with #D21946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21946; }

 p { color: rgb(210,25,70); }

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

background-color css

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

 a { background-color: rgb(210,25,70); }

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

border-color css

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

 span { border-color: rgb(210,25,70); }

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