Html Css Color HEX #D31047 Crimson

📋 copy color: '#D31047'

red 211 ◦ green 16 ◦ blue 71

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

Shades of Crimson #D31047

Tints of Crimson #D31047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 70.81%
G = 5.37%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D31047 (or 0xD31047) is known color: Crimson. HEX triplet: D3, 10 and 47. RGB value is (211,16,71). Sum of RGB (Red+Green+Blue) = 211+16+71=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D31047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31047 is #2CEFB8. Grayscale: #505050. Windows color (decimal): -2944953 or 4657363. OLE color: 4657363.

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

Color convert

RGB 211 16 71 -
CMYK 0 0.92 0.66 0.17
HSL 343.08º 0.86% 0.45% -
HSV(B) 343.08º 0.92% 0.83% -
XYZ 28.19 14.67 7.31 -
YUV 80.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 211 16 71 0 0.92 0.66 0.17 343.08 0.86 0.45
Hex D3 10 47 0 5C 42 11 157 56 2D
Octal 323 20 107 0 134 102 21 527 126 55
Binary 11010011 10000 1000111 0 1011100 1000010 10001 101010111 1010110 101101

Color Harmonies of #D31047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31047

Black with #D31047

Text Example


Text Example

White with #D31047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31047; }

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

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

background-color css

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

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

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

border-color css

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

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

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