Html Css Color HEX #D31E38 Crimson

📋 copy color: '#D31E38'

red 211 ◦ green 30 ◦ blue 56

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

Shades of Crimson #D31E38

Tints of Crimson #D31E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 71.04%
G = 10.1%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D31E38 (or 0xD31E38) is known color: Crimson. HEX triplet: D3, 1E and 38. RGB value is (211,30,56). Sum of RGB (Red+Green+Blue) = 211+30+56=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E38 is #2CE1C7. Grayscale: #575757. Windows color (decimal): -2941384 or 3677907. OLE color: 3677907.

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

Color convert

RGB 211 30 56 -
CMYK 0 0.86 0.73 0.17
HSL 351.38º 0.75% 0.47% -
HSV(B) 351.38º 0.86% 0.83% -
XYZ 28.04 15.06 5.17 -
YUV 87.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 211 30 56 0 0.86 0.73 0.17 351.38 0.75 0.47
Hex D3 1E 38 0 56 49 11 15F 4B 2F
Octal 323 36 70 0 126 111 21 537 113 57
Binary 11010011 11110 111000 0 1010110 1001001 10001 101011111 1001011 101111

Color Harmonies of #D31E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31E38

Black with #D31E38

Text Example


Text Example

White with #D31E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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