Html Css Color HEX #D21840 Crimson

📋 copy color: '#D21840'

red 210 ◦ green 24 ◦ blue 64

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

Shades of Crimson #D21840

Tints of Crimson #D21840

RGB

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

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

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

R = 70.47%
G = 8.05%
B = 21.48%

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

#D21840 (or 0xD21840) is known color: Crimson. HEX triplet: D2, 18 and 40. RGB value is (210,24,64). Sum of RGB (Red+Green+Blue) = 210+24+64=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21840 is #2DE7BF. Grayscale: #545454. Windows color (decimal): -3008448 or 4200658. OLE color: 4200658.

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

Color convert

RGB 210 24 64 -
CMYK 0 0.89 0.70 0.18
HSL 347.1º 0.79% 0.46% -
HSV(B) 347.1º 0.89% 0.82% -
XYZ 27.83 14.73 6.23 -
YUV 84.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 210 24 64 0 0.89 0.70 0.18 347.1 0.79 0.46
Hex D2 18 40 0 59 46 12 15B 4F 2E
Octal 322 30 100 0 131 106 22 533 117 56
Binary 11010010 11000 1000000 0 1011001 1000110 10010 101011011 1001111 101110

Color Harmonies of #D21840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21840

Black with #D21840

Text Example


Text Example

White with #D21840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21840; }

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

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

background-color css

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

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

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

border-color css

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

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

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