Html Css Color HEX #D31346 Crimson

📋 copy color: '#D31346'

red 211 ◦ green 19 ◦ blue 70

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

Shades of Crimson #D31346

Tints of Crimson #D31346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 70.33%
G = 6.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D31346 (or 0xD31346) is known color: Crimson. HEX triplet: D3, 13 and 46. RGB value is (211,19,70). Sum of RGB (Red+Green+Blue) = 211+19+70=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31346 is #2CECB9. Grayscale: #525252. Windows color (decimal): -2944186 or 4592595. OLE color: 4592595.

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

Color convert

RGB 211 19 70 -
CMYK 0 0.91 0.67 0.17
HSL 344.06º 0.83% 0.45% -
HSV(B) 344.06º 0.91% 0.83% -
XYZ 28.2 14.76 7.16 -
YUV 82.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 211 19 70 0 0.91 0.67 0.17 344.06 0.83 0.45
Hex D3 13 46 0 5B 43 11 158 53 2D
Octal 323 23 106 0 133 103 21 530 123 55
Binary 11010011 10011 1000110 0 1011011 1000011 10001 101011000 1010011 101101

Color Harmonies of #D31346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31346

Black with #D31346

Text Example


Text Example

White with #D31346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31346; }

 p { color: rgb(211,19,70); }

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

background-color css

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

 a { background-color: rgb(211,19,70); }

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

border-color css

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

 span { border-color: rgb(211,19,70); }

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