Html Css Color HEX #D21141 Crimson

📋 copy color: '#D21141'

red 210 ◦ green 17 ◦ blue 65

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

Shades of Crimson #D21141

Tints of Crimson #D21141

RGB

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

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

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

R = 71.92%
G = 5.82%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D21141 (or 0xD21141) is known color: Crimson. HEX triplet: D2, 11 and 41. RGB value is (210,17,65). Sum of RGB (Red+Green+Blue) = 210+17+65=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D21141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21141 is #2DEEBE. Grayscale: #505050. Windows color (decimal): -3010239 or 4264402. OLE color: 4264402.

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

Color convert

RGB 210 17 65 -
CMYK 0 0.92 0.69 0.18
HSL 345.08º 0.85% 0.45% -
HSV(B) 345.08º 0.92% 0.82% -
XYZ 27.73 14.48 6.34 -
YUV 80.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 210 17 65 0 0.92 0.69 0.18 345.08 0.85 0.45
Hex D2 11 41 0 5C 45 12 159 55 2D
Octal 322 21 101 0 134 105 22 531 125 55
Binary 11010010 10001 1000001 0 1011100 1000101 10010 101011001 1010101 101101

Color Harmonies of #D21141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21141

Black with #D21141

Text Example


Text Example

White with #D21141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21141; }

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

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

background-color css

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

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

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

border-color css

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

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

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