Html Css Color HEX #D31D3E Crimson

📋 copy color: '#D31D3E'

red 211 ◦ green 29 ◦ blue 62

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

Shades of Crimson #D31D3E

Tints of Crimson #D31D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 69.87%
G = 9.6%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D31D3E (or 0xD31D3E) is known color: Crimson. HEX triplet: D3, 1D and 3E. RGB value is (211,29,62). Sum of RGB (Red+Green+Blue) = 211+29+62=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D3E is #2CE2C1. Grayscale: #575757. Windows color (decimal): -2941634 or 4070867. OLE color: 4070867.

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

Color convert

RGB 211 29 62 -
CMYK 0 0.86 0.71 0.17
HSL 349.12º 0.76% 0.47% -
HSV(B) 349.12º 0.86% 0.83% -
XYZ 28.17 15.08 5.98 -
YUV 87.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 211 29 62 0 0.86 0.71 0.17 349.12 0.76 0.47
Hex D3 1D 3E 0 56 47 11 15D 4C 2F
Octal 323 35 76 0 126 107 21 535 114 57
Binary 11010011 11101 111110 0 1010110 1000111 10001 101011101 1001100 101111

Color Harmonies of #D31D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D3E

Black with #D31D3E

Text Example


Text Example

White with #D31D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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