Html Css Color HEX #D31839 Crimson

📋 copy color: '#D31839'

red 211 ◦ green 24 ◦ blue 57

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

Shades of Crimson #D31839

Tints of Crimson #D31839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.52%

R = 72.26%
G = 8.22%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D31839 (or 0xD31839) is known color: Crimson. HEX triplet: D3, 18 and 39. RGB value is (211,24,57). Sum of RGB (Red+Green+Blue) = 211+24+57=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D31839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31839 is #2CE7C6. Grayscale: #535353. Windows color (decimal): -2942919 or 3741907. OLE color: 3741907.

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

Color convert

RGB 211 24 57 -
CMYK 0 0.89 0.73 0.17
HSL 349.41º 0.8% 0.46% -
HSV(B) 349.41º 0.89% 0.83% -
XYZ 27.93 14.8 5.26 -
YUV 83.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 211 24 57 0 0.89 0.73 0.17 349.41 0.8 0.46
Hex D3 18 39 0 59 49 11 15D 50 2E
Octal 323 30 71 0 131 111 21 535 120 56
Binary 11010011 11000 111001 0 1011001 1001001 10001 101011101 1010000 101110

Color Harmonies of #D31839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31839

Black with #D31839

Text Example


Text Example

White with #D31839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31839; }

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

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

background-color css

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

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

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

border-color css

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

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

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