Html Css Color HEX #D31244 Crimson

📋 copy color: '#D31244'

red 211 ◦ green 18 ◦ blue 68

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

Shades of Crimson #D31244

Tints of Crimson #D31244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 71.04%
G = 6.06%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D31244 (or 0xD31244) is known color: Crimson. HEX triplet: D3, 12 and 44. RGB value is (211,18,68). Sum of RGB (Red+Green+Blue) = 211+18+68=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D31244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31244 is #2CEDBB. Grayscale: #515151. Windows color (decimal): -2944444 or 4461267. OLE color: 4461267.

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

Color convert

RGB 211 18 68 -
CMYK 0 0.91 0.68 0.17
HSL 344.46º 0.84% 0.45% -
HSV(B) 344.46º 0.91% 0.83% -
XYZ 28.12 14.7 6.82 -
YUV 81.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 211 18 68 0 0.91 0.68 0.17 344.46 0.84 0.45
Hex D3 12 44 0 5B 44 11 158 54 2D
Octal 323 22 104 0 133 104 21 530 124 55
Binary 11010011 10010 1000100 0 1011011 1000100 10001 101011000 1010100 101101

Color Harmonies of #D31244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31244

Black with #D31244

Text Example


Text Example

White with #D31244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31244; }

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

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

background-color css

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

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

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

border-color css

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

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

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