Html Css Color HEX #D21846 Crimson

📋 copy color: '#D21846'

red 210 ◦ green 24 ◦ blue 70

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

Shades of Crimson #D21846

Tints of Crimson #D21846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 69.08%
G = 7.89%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21846 (or 0xD21846) is known color: Crimson. HEX triplet: D2, 18 and 46. RGB value is (210,24,70). Sum of RGB (Red+Green+Blue) = 210+24+70=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D21846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21846 is #2DE7B9. Grayscale: #545454. Windows color (decimal): -3008442 or 4593874. OLE color: 4593874.

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

Color convert

RGB 210 24 70 -
CMYK 0 0.89 0.67 0.18
HSL 345.16º 0.79% 0.46% -
HSV(B) 345.16º 0.89% 0.82% -
XYZ 28.01 14.8 7.17 -
YUV 84.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 210 24 70 0 0.89 0.67 0.18 345.16 0.79 0.46
Hex D2 18 46 0 59 43 12 159 4F 2E
Octal 322 30 106 0 131 103 22 531 117 56
Binary 11010010 11000 1000110 0 1011001 1000011 10010 101011001 1001111 101110

Color Harmonies of #D21846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21846

Black with #D21846

Text Example


Text Example

White with #D21846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21846; }

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

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

background-color css

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

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

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

border-color css

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

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

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