Html Css Color HEX #D21842 Crimson

📋 copy color: '#D21842'

red 210 ◦ green 24 ◦ blue 66

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

Shades of Crimson #D21842

Tints of Crimson #D21842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 70%
G = 8%
B = 22%

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

#D21842 (or 0xD21842) is known color: Crimson. HEX triplet: D2, 18 and 42. RGB value is (210,24,66). Sum of RGB (Red+Green+Blue) = 210+24+66=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D21842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21842 is #2DE7BD. Grayscale: #545454. Windows color (decimal): -3008446 or 4331730. OLE color: 4331730.

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

Color convert

RGB 210 24 66 -
CMYK 0 0.89 0.69 0.18
HSL 346.45º 0.79% 0.46% -
HSV(B) 346.45º 0.89% 0.82% -
XYZ 27.89 14.75 6.53 -
YUV 84.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 210 24 66 0 0.89 0.69 0.18 346.45 0.79 0.46
Hex D2 18 42 0 59 45 12 15A 4F 2E
Octal 322 30 102 0 131 105 22 532 117 56
Binary 11010010 11000 1000010 0 1011001 1000101 10010 101011010 1001111 101110

Color Harmonies of #D21842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21842

Black with #D21842

Text Example


Text Example

White with #D21842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21842; }

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

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

background-color css

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

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

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

border-color css

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

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

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