Html Css Color HEX #D31842 Crimson

📋 copy color: '#D31842'

red 211 ◦ green 24 ◦ blue 66

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

Shades of Crimson #D31842

Tints of Crimson #D31842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 70.1%
G = 7.97%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D31842 (or 0xD31842) is known color: Crimson. HEX triplet: D3, 18 and 42. RGB value is (211,24,66). Sum of RGB (Red+Green+Blue) = 211+24+66=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D31842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31842 is #2CE7BD. Grayscale: #545454. Windows color (decimal): -2942910 or 4331731. OLE color: 4331731.

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

Color convert

RGB 211 24 66 -
CMYK 0 0.89 0.69 0.17
HSL 346.52º 0.8% 0.46% -
HSV(B) 346.52º 0.89% 0.83% -
XYZ 28.17 14.9 6.54 -
YUV 84.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 211 24 66 0 0.89 0.69 0.17 346.52 0.8 0.46
Hex D3 18 42 0 59 45 11 15B 50 2E
Octal 323 30 102 0 131 105 21 533 120 56
Binary 11010011 11000 1000010 0 1011001 1000101 10001 101011011 1010000 101110

Color Harmonies of #D31842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31842

Black with #D31842

Text Example


Text Example

White with #D31842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31842; }

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

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

background-color css

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

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

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

border-color css

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

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

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