Html Css Color HEX #D21247 Crimson

📋 copy color: '#D21247'

red 210 ◦ green 18 ◦ blue 71

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

Shades of Crimson #D21247

Tints of Crimson #D21247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 70.23%
G = 6.02%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21247 (or 0xD21247) is known color: Crimson. HEX triplet: D2, 12 and 47. RGB value is (210,18,71). Sum of RGB (Red+Green+Blue) = 210+18+71=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D21247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21247 is #2DEDB8. Grayscale: #515151. Windows color (decimal): -3009977 or 4657874. OLE color: 4657874.

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

Color convert

RGB 210 18 71 -
CMYK 0 0.91 0.66 0.18
HSL 343.44º 0.84% 0.45% -
HSV(B) 343.44º 0.91% 0.82% -
XYZ 27.93 14.59 7.31 -
YUV 81.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 210 18 71 0 0.91 0.66 0.18 343.44 0.84 0.45
Hex D2 12 47 0 5B 42 12 157 54 2D
Octal 322 22 107 0 133 102 22 527 124 55
Binary 11010010 10010 1000111 0 1011011 1000010 10010 101010111 1010100 101101

Color Harmonies of #D21247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21247

Black with #D21247

Text Example


Text Example

White with #D21247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21247; }

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

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

background-color css

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

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

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

border-color css

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

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

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