Html Css Color HEX #D21140 Crimson

📋 copy color: '#D21140'

red 210 ◦ green 17 ◦ blue 64

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

Shades of Crimson #D21140

Tints of Crimson #D21140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 72.16%
G = 5.84%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D21140 (or 0xD21140) is known color: Crimson. HEX triplet: D2, 11 and 40. RGB value is (210,17,64). Sum of RGB (Red+Green+Blue) = 210+17+64=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D21140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21140 is #2DEEBF. Grayscale: #505050. Windows color (decimal): -3010240 or 4198866. OLE color: 4198866.

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

Color convert

RGB 210 17 64 -
CMYK 0 0.92 0.70 0.18
HSL 345.39º 0.85% 0.45% -
HSV(B) 345.39º 0.92% 0.82% -
XYZ 27.7 14.47 6.18 -
YUV 80.07 118.94 220.68 -
System Red Green Blue C M Y K H S L
Decimal 210 17 64 0 0.92 0.70 0.18 345.39 0.85 0.45
Hex D2 11 40 0 5C 46 12 159 55 2D
Octal 322 21 100 0 134 106 22 531 125 55
Binary 11010010 10001 1000000 0 1011100 1000110 10010 101011001 1010101 101101

Color Harmonies of #D21140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21140

Black with #D21140

Text Example


Text Example

White with #D21140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21140; }

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

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

background-color css

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

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

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

border-color css

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

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

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