Html Css Color HEX #D31037 Crimson

📋 copy color: '#D31037'

red 211 ◦ green 16 ◦ blue 55

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

Shades of Crimson #D31037

Tints of Crimson #D31037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 74.82%
G = 5.67%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D31037 (or 0xD31037) is known color: Crimson. HEX triplet: D3, 10 and 37. RGB value is (211,16,55). Sum of RGB (Red+Green+Blue) = 211+16+55=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D31037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31037 is #2CEFC8. Grayscale: #4E4E4E. Windows color (decimal): -2944969 or 3608787. OLE color: 3608787.

HSL color Cylindrical-coordinate representation of color #D31037: hue angle of 348º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31037 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 16 55 -
CMYK 0 0.92 0.74 0.17
HSL 348º 0.86% 0.45% -
HSV(B) 348º 0.92% 0.83% -
XYZ 27.74 14.5 4.95 -
YUV 78.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 211 16 55 0 0.92 0.74 0.17 348 0.86 0.45
Hex D3 10 37 0 5C 4A 11 15C 56 2D
Octal 323 20 67 0 134 112 21 534 126 55
Binary 11010011 10000 110111 0 1011100 1001010 10001 101011100 1010110 101101

Color Harmonies of #D31037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31037

Black with #D31037

Text Example


Text Example

White with #D31037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31037; }

 p { color: rgb(211,16,55); }

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

background-color css

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

 a { background-color: rgb(211,16,55); }

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

border-color css

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

 span { border-color: rgb(211,16,55); }

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