Html Css Color HEX #D31536 Crimson

📋 copy color: '#D31536'

red 211 ◦ green 21 ◦ blue 54

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

Shades of Crimson #D31536

Tints of Crimson #D31536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 73.78%
G = 7.34%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D31536 (or 0xD31536) is known color: Crimson. HEX triplet: D3, 15 and 36. RGB value is (211,21,54). Sum of RGB (Red+Green+Blue) = 211+21+54=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D31536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31536 is #2CEAC9. Grayscale: #515151. Windows color (decimal): -2943690 or 3544531. OLE color: 3544531.

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

Color convert

RGB 211 21 54 -
CMYK 0 0.90 0.74 0.17
HSL 349.58º 0.82% 0.45% -
HSV(B) 349.58º 0.9% 0.83% -
XYZ 27.8 14.65 4.85 -
YUV 81.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 211 21 54 0 0.90 0.74 0.17 349.58 0.82 0.45
Hex D3 15 36 0 5A 4A 11 15E 52 2D
Octal 323 25 66 0 132 112 21 536 122 55
Binary 11010011 10101 110110 0 1011010 1001010 10001 101011110 1010010 101101

Color Harmonies of #D31536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31536

Black with #D31536

Text Example


Text Example

White with #D31536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31536; }

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

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

background-color css

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

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

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

border-color css

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

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

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