Html Css Color HEX #D31440 Crimson

📋 copy color: '#D31440'

red 211 ◦ green 20 ◦ blue 64

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

Shades of Crimson #D31440

Tints of Crimson #D31440

RGB

 RED value IS 211 (82.81% from 255) = 71.53%

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

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

R = 71.53%
G = 6.78%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D31440 (or 0xD31440) is known color: Crimson. HEX triplet: D3, 14 and 40. RGB value is (211,20,64). Sum of RGB (Red+Green+Blue) = 211+20+64=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D31440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31440 is #2CEBBF. Grayscale: #525252. Windows color (decimal): -2943936 or 4199635. OLE color: 4199635.

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

Color convert

RGB 211 20 64 -
CMYK 0 0.91 0.70 0.17
HSL 346.18º 0.83% 0.45% -
HSV(B) 346.18º 0.91% 0.83% -
XYZ 28.04 14.72 6.21 -
YUV 82.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 211 20 64 0 0.91 0.70 0.17 346.18 0.83 0.45
Hex D3 14 40 0 5B 46 11 15A 53 2D
Octal 323 24 100 0 133 106 21 532 123 55
Binary 11010011 10100 1000000 0 1011011 1000110 10001 101011010 1010011 101101

Color Harmonies of #D31440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31440

Black with #D31440

Text Example


Text Example

White with #D31440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31440; }

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

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

background-color css

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

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

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

border-color css

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

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

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