Html Css Color HEX #D21246 Crimson

📋 copy color: '#D21246'

red 210 ◦ green 18 ◦ blue 70

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

Shades of Crimson #D21246

Tints of Crimson #D21246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 70.47%
G = 6.04%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21246 (or 0xD21246) is known color: Crimson. HEX triplet: D2, 12 and 46. RGB value is (210,18,70). Sum of RGB (Red+Green+Blue) = 210+18+70=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21246 is #2DEDB9. Grayscale: #515151. Windows color (decimal): -3009978 or 4592338. OLE color: 4592338.

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

Color convert

RGB 210 18 70 -
CMYK 0 0.91 0.67 0.18
HSL 343.75º 0.84% 0.45% -
HSV(B) 343.75º 0.91% 0.82% -
XYZ 27.9 14.58 7.14 -
YUV 81.34 121.61 219.77 -
System Red Green Blue C M Y K H S L
Decimal 210 18 70 0 0.91 0.67 0.18 343.75 0.84 0.45
Hex D2 12 46 0 5B 43 12 158 54 2D
Octal 322 22 106 0 133 103 22 530 124 55
Binary 11010010 10010 1000110 0 1011011 1000011 10010 101011000 1010100 101101

Color Harmonies of #D21246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21246

Black with #D21246

Text Example


Text Example

White with #D21246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21246; }

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

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

background-color css

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

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

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

border-color css

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

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

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