Html Css Color HEX #D31241 Crimson

📋 copy color: '#D31241'

red 211 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D31241

Tints of Crimson #D31241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 71.77%
G = 6.12%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D31241 (or 0xD31241) is known color: Crimson. HEX triplet: D3, 12 and 41. RGB value is (211,18,65). Sum of RGB (Red+Green+Blue) = 211+18+65=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D31241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31241 is #2CEDBE. Grayscale: #515151. Windows color (decimal): -2944447 or 4264659. OLE color: 4264659.

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

Color convert

RGB 211 18 65 -
CMYK 0 0.91 0.69 0.17
HSL 345.39º 0.84% 0.45% -
HSV(B) 345.39º 0.91% 0.83% -
XYZ 28.03 14.66 6.35 -
YUV 81.07 118.94 220.68 -
System Red Green Blue C M Y K H S L
Decimal 211 18 65 0 0.91 0.69 0.17 345.39 0.84 0.45
Hex D3 12 41 0 5B 45 11 159 54 2D
Octal 323 22 101 0 133 105 21 531 124 55
Binary 11010011 10010 1000001 0 1011011 1000101 10001 101011001 1010100 101101

Color Harmonies of #D31241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31241

Black with #D31241

Text Example


Text Example

White with #D31241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31241; }

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

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

background-color css

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

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

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

border-color css

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

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

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