Html Css Color HEX #D21841 Crimson

📋 copy color: '#D21841'

red 210 ◦ green 24 ◦ blue 65

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

Shades of Crimson #D21841

Tints of Crimson #D21841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 70.23%
G = 8.03%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D21841 (or 0xD21841) is known color: Crimson. HEX triplet: D2, 18 and 41. RGB value is (210,24,65). Sum of RGB (Red+Green+Blue) = 210+24+65=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D21841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21841 is #2DE7BE. Grayscale: #545454. Windows color (decimal): -3008447 or 4266194. OLE color: 4266194.

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

Color convert

RGB 210 24 65 -
CMYK 0 0.89 0.69 0.18
HSL 346.77º 0.79% 0.46% -
HSV(B) 346.77º 0.89% 0.82% -
XYZ 27.86 14.74 6.38 -
YUV 84.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 210 24 65 0 0.89 0.69 0.18 346.77 0.79 0.46
Hex D2 18 41 0 59 45 12 15B 4F 2E
Octal 322 30 101 0 131 105 22 533 117 56
Binary 11010010 11000 1000001 0 1011001 1000101 10010 101011011 1001111 101110

Color Harmonies of #D21841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21841

Black with #D21841

Text Example


Text Example

White with #D21841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21841; }

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

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

background-color css

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

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

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

border-color css

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

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

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