Html Css Color HEX #D21845 Crimson

📋 copy color: '#D21845'

red 210 ◦ green 24 ◦ blue 69

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

Shades of Crimson #D21845

Tints of Crimson #D21845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 69.31%
G = 7.92%
B = 22.77%

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

#D21845 (or 0xD21845) is known color: Crimson. HEX triplet: D2, 18 and 45. RGB value is (210,24,69). Sum of RGB (Red+Green+Blue) = 210+24+69=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D21845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21845 is #2DE7BA. Grayscale: #545454. Windows color (decimal): -3008443 or 4528338. OLE color: 4528338.

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

Color convert

RGB 210 24 69 -
CMYK 0 0.89 0.67 0.18
HSL 345.48º 0.79% 0.46% -
HSV(B) 345.48º 0.89% 0.82% -
XYZ 27.98 14.78 7.01 -
YUV 84.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 210 24 69 0 0.89 0.67 0.18 345.48 0.79 0.46
Hex D2 18 45 0 59 43 12 159 4F 2E
Octal 322 30 105 0 131 103 22 531 117 56
Binary 11010010 11000 1000101 0 1011001 1000011 10010 101011001 1001111 101110

Color Harmonies of #D21845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21845

Black with #D21845

Text Example


Text Example

White with #D21845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21845; }

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

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

background-color css

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

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

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

border-color css

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

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

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