Html Css Color HEX #D31541 Crimson

📋 copy color: '#D31541'

red 211 ◦ green 21 ◦ blue 65

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

Shades of Crimson #D31541

Tints of Crimson #D31541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 71.04%
G = 7.07%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D31541 (or 0xD31541) is known color: Crimson. HEX triplet: D3, 15 and 41. RGB value is (211,21,65). Sum of RGB (Red+Green+Blue) = 211+21+65=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D31541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31541 is #2CEABE. Grayscale: #525252. Windows color (decimal): -2943679 or 4265427. OLE color: 4265427.

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

Color convert

RGB 211 21 65 -
CMYK 0 0.90 0.69 0.17
HSL 346.11º 0.82% 0.45% -
HSV(B) 346.11º 0.9% 0.83% -
XYZ 28.09 14.77 6.37 -
YUV 82.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 211 21 65 0 0.90 0.69 0.17 346.11 0.82 0.45
Hex D3 15 41 0 5A 45 11 15A 52 2D
Octal 323 25 101 0 132 105 21 532 122 55
Binary 11010011 10101 1000001 0 1011010 1000101 10001 101011010 1010010 101101

Color Harmonies of #D31541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31541

Black with #D31541

Text Example


Text Example

White with #D31541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31541; }

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

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

background-color css

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

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

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

border-color css

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

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

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