Html Css Color HEX #D21145 Crimson

📋 copy color: '#D21145'

red 210 ◦ green 17 ◦ blue 69

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

Shades of Crimson #D21145

Tints of Crimson #D21145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 70.95%
G = 5.74%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21145 (or 0xD21145) is known color: Crimson. HEX triplet: D2, 11 and 45. RGB value is (210,17,69). Sum of RGB (Red+Green+Blue) = 210+17+69=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D21145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21145 is #2DEEBA. Grayscale: #505050. Windows color (decimal): -3010235 or 4526546. OLE color: 4526546.

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

Color convert

RGB 210 17 69 -
CMYK 0 0.92 0.67 0.18
HSL 343.83º 0.85% 0.45% -
HSV(B) 343.83º 0.92% 0.82% -
XYZ 27.85 14.53 6.97 -
YUV 80.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 210 17 69 0 0.92 0.67 0.18 343.83 0.85 0.45
Hex D2 11 45 0 5C 43 12 158 55 2D
Octal 322 21 105 0 134 103 22 530 125 55
Binary 11010010 10001 1000101 0 1011100 1000011 10010 101011000 1010101 101101

Color Harmonies of #D21145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21145

Black with #D21145

Text Example


Text Example

White with #D21145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21145; }

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

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

background-color css

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

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

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

border-color css

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

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

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