Html Css Color HEX #D31E45 Crimson

📋 copy color: '#D31E45'

red 211 ◦ green 30 ◦ blue 69

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

Shades of Crimson #D31E45

Tints of Crimson #D31E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 68.06%
G = 9.68%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D31E45 (or 0xD31E45) is known color: Crimson. HEX triplet: D3, 1E and 45. RGB value is (211,30,69). Sum of RGB (Red+Green+Blue) = 211+30+69=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E45 is #2CE1BA. Grayscale: #585858. Windows color (decimal): -2941371 or 4529875. OLE color: 4529875.

HSL color Cylindrical-coordinate representation of color #D31E45: hue angle of 347.07º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31E45 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 30 69 -
CMYK 0 0.86 0.67 0.17
HSL 347.07º 0.75% 0.47% -
HSV(B) 347.07º 0.86% 0.83% -
XYZ 28.4 15.21 7.07 -
YUV 88.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 211 30 69 0 0.86 0.67 0.17 347.07 0.75 0.47
Hex D3 1E 45 0 56 43 11 15B 4B 2F
Octal 323 36 105 0 126 103 21 533 113 57
Binary 11010011 11110 1000101 0 1010110 1000011 10001 101011011 1001011 101111

Color Harmonies of #D31E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31E45

Black with #D31E45

Text Example


Text Example

White with #D31E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31E45; }

 p { color: rgb(211,30,69); }

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

background-color css

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

 a { background-color: rgb(211,30,69); }

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

border-color css

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

 span { border-color: rgb(211,30,69); }

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