Html Css Color HEX #D21440 Crimson

📋 copy color: '#D21440'

red 210 ◦ green 20 ◦ blue 64

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

Shades of Crimson #D21440

Tints of Crimson #D21440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 71.43%
G = 6.8%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D21440 (or 0xD21440) is known color: Crimson. HEX triplet: D2, 14 and 40. RGB value is (210,20,64). Sum of RGB (Red+Green+Blue) = 210+20+64=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D21440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21440 is #2DEBBF. Grayscale: #515151. Windows color (decimal): -3009472 or 4199634. OLE color: 4199634.

HSL color Cylindrical-coordinate representation of color #D21440: hue angle of 346.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21440 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 64 -
CMYK 0 0.90 0.70 0.18
HSL 346.11º 0.83% 0.45% -
HSV(B) 346.11º 0.9% 0.82% -
XYZ 27.75 14.57 6.2 -
YUV 81.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 210 20 64 0 0.90 0.70 0.18 346.11 0.83 0.45
Hex D2 14 40 0 5A 46 12 15A 53 2D
Octal 322 24 100 0 132 106 22 532 123 55
Binary 11010010 10100 1000000 0 1011010 1000110 10010 101011010 1010011 101101

Color Harmonies of #D21440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21440

Black with #D21440

Text Example


Text Example

White with #D21440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21440; }

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

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

background-color css

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

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

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

border-color css

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

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

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