Html Css Color HEX #D31648 Crimson

📋 copy color: '#D31648'

red 211 ◦ green 22 ◦ blue 72

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

Shades of Crimson #D31648

Tints of Crimson #D31648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 69.18%
G = 7.21%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D31648 (or 0xD31648) is known color: Crimson. HEX triplet: D3, 16 and 48. RGB value is (211,22,72). Sum of RGB (Red+Green+Blue) = 211+22+72=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D31648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31648 is #2CE9B7. Grayscale: #545454. Windows color (decimal): -2943416 or 4724435. OLE color: 4724435.

HSL color Cylindrical-coordinate representation of color #D31648: hue angle of 344.13º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31648 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 72 -
CMYK 0 0.90 0.66 0.17
HSL 344.13º 0.81% 0.46% -
HSV(B) 344.13º 0.9% 0.83% -
XYZ 28.32 14.89 7.51 -
YUV 84.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 211 22 72 0 0.90 0.66 0.17 344.13 0.81 0.46
Hex D3 16 48 0 5A 42 11 158 51 2E
Octal 323 26 110 0 132 102 21 530 121 56
Binary 11010011 10110 1001000 0 1011010 1000010 10001 101011000 1010001 101110

Color Harmonies of #D31648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31648

Black with #D31648

Text Example


Text Example

White with #D31648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31648; }

 p { color: rgb(211,22,72); }

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

background-color css

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

 a { background-color: rgb(211,22,72); }

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

border-color css

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

 span { border-color: rgb(211,22,72); }

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