Html Css Color HEX #D21740 Crimson

📋 copy color: '#D21740'

red 210 ◦ green 23 ◦ blue 64

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

Shades of Crimson #D21740

Tints of Crimson #D21740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

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

R = 70.71%
G = 7.74%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D21740 (or 0xD21740) is known color: Crimson. HEX triplet: D2, 17 and 40. RGB value is (210,23,64). Sum of RGB (Red+Green+Blue) = 210+23+64=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D21740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21740 is #2DE8BF. Grayscale: #535353. Windows color (decimal): -3008704 or 4200402. OLE color: 4200402.

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

Color convert

RGB 210 23 64 -
CMYK 0 0.89 0.70 0.18
HSL 346.84º 0.8% 0.46% -
HSV(B) 346.84º 0.89% 0.82% -
XYZ 27.81 14.68 6.22 -
YUV 83.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 210 23 64 0 0.89 0.70 0.18 346.84 0.8 0.46
Hex D2 17 40 0 59 46 12 15B 50 2E
Octal 322 27 100 0 131 106 22 533 120 56
Binary 11010010 10111 1000000 0 1011001 1000110 10010 101011011 1010000 101110

Color Harmonies of #D21740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21740

Black with #D21740

Text Example


Text Example

White with #D21740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21740; }

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

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

background-color css

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

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

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

border-color css

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

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

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