Html Css Color HEX #D31D4E Crimson

📋 copy color: '#D31D4E'

red 211 ◦ green 29 ◦ blue 78

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

Shades of Crimson #D31D4E

Tints of Crimson #D31D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 66.35%
G = 9.12%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D31D4E (or 0xD31D4E) is known color: Crimson. HEX triplet: D3, 1D and 4E. RGB value is (211,29,78). Sum of RGB (Red+Green+Blue) = 211+29+78=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31D4E is #2CE2B1. Grayscale: #585858. Windows color (decimal): -2941618 or 5119443. OLE color: 5119443.

HSL color Cylindrical-coordinate representation of color #D31D4E: hue angle of 343.85º degrees, saturation: 0.76, 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 #D31D4E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 29 78 -
CMYK 0 0.86 0.63 0.17
HSL 343.85º 0.76% 0.47% -
HSV(B) 343.85º 0.86% 0.83% -
XYZ 28.68 15.28 8.65 -
YUV 89 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 211 29 78 0 0.86 0.63 0.17 343.85 0.76 0.47
Hex D3 1D 4E 0 56 3F 11 158 4C 2F
Octal 323 35 116 0 126 77 21 530 114 57
Binary 11010011 11101 1001110 0 1010110 111111 10001 101011000 1001100 101111

Color Harmonies of #D31D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D4E

Black with #D31D4E

Text Example


Text Example

White with #D31D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D4E; }

 p { color: rgb(211,29,78); }

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

background-color css

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

 a { background-color: rgb(211,29,78); }

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

border-color css

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

 span { border-color: rgb(211,29,78); }

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