Html Css Color HEX #D31844 Crimson

📋 copy color: '#D31844'

red 211 ◦ green 24 ◦ blue 68

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

Shades of Crimson #D31844

Tints of Crimson #D31844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 69.64%
G = 7.92%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D31844 (or 0xD31844) is known color: Crimson. HEX triplet: D3, 18 and 44. RGB value is (211,24,68). Sum of RGB (Red+Green+Blue) = 211+24+68=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D31844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31844 is #2CE7BB. Grayscale: #545454. Windows color (decimal): -2942908 or 4462803. OLE color: 4462803.

HSL color Cylindrical-coordinate representation of color #D31844: hue angle of 345.88º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31844 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 68 -
CMYK 0 0.89 0.68 0.17
HSL 345.88º 0.8% 0.46% -
HSV(B) 345.88º 0.89% 0.83% -
XYZ 28.23 14.92 6.86 -
YUV 84.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 211 24 68 0 0.89 0.68 0.17 345.88 0.8 0.46
Hex D3 18 44 0 59 44 11 15A 50 2E
Octal 323 30 104 0 131 104 21 532 120 56
Binary 11010011 11000 1000100 0 1011001 1000100 10001 101011010 1010000 101110

Color Harmonies of #D31844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31844

Black with #D31844

Text Example


Text Example

White with #D31844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31844; }

 p { color: rgb(211,24,68); }

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

background-color css

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

 a { background-color: rgb(211,24,68); }

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

border-color css

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

 span { border-color: rgb(211,24,68); }

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