Html Css Color HEX #D31240 Crimson

📋 copy color: '#D31240'

red 211 ◦ green 18 ◦ blue 64

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

Shades of Crimson #D31240

Tints of Crimson #D31240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 72.01%
G = 6.14%
B = 21.84%

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

#D31240 (or 0xD31240) is known color: Crimson. HEX triplet: D3, 12 and 40. RGB value is (211,18,64). Sum of RGB (Red+Green+Blue) = 211+18+64=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D31240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31240 is #2CEDBF. Grayscale: #505050. Windows color (decimal): -2944448 or 4199123. OLE color: 4199123.

HSL color Cylindrical-coordinate representation of color #D31240: hue angle of 345.7º degrees, saturation: 0.84, 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 #D31240 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 64 -
CMYK 0 0.91 0.70 0.17
HSL 345.7º 0.84% 0.45% -
HSV(B) 345.7º 0.91% 0.83% -
XYZ 28.01 14.65 6.2 -
YUV 80.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 211 18 64 0 0.91 0.70 0.17 345.7 0.84 0.45
Hex D3 12 40 0 5B 46 11 15A 54 2D
Octal 323 22 100 0 133 106 21 532 124 55
Binary 11010011 10010 1000000 0 1011011 1000110 10001 101011010 1010100 101101

Color Harmonies of #D31240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31240

Black with #D31240

Text Example


Text Example

White with #D31240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31240; }

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

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

background-color css

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

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

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

border-color css

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

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

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