Html Css Color HEX #D31247 Crimson

📋 copy color: '#D31247'

red 211 ◦ green 18 ◦ blue 71

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

Shades of Crimson #D31247

Tints of Crimson #D31247

RGB

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

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

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

R = 70.33%
G = 6%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D31247 (or 0xD31247) is known color: Crimson. HEX triplet: D3, 12 and 47. RGB value is (211,18,71). Sum of RGB (Red+Green+Blue) = 211+18+71=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D31247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31247 is #2CEDB8. Grayscale: #515151. Windows color (decimal): -2944441 or 4657875. OLE color: 4657875.

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

Color convert

RGB 211 18 71 -
CMYK 0 0.91 0.66 0.17
HSL 343.52º 0.84% 0.45% -
HSV(B) 343.52º 0.91% 0.83% -
XYZ 28.22 14.74 7.32 -
YUV 81.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 211 18 71 0 0.91 0.66 0.17 343.52 0.84 0.45
Hex D3 12 47 0 5B 42 11 158 54 2D
Octal 323 22 107 0 133 102 21 530 124 55
Binary 11010011 10010 1000111 0 1011011 1000010 10001 101011000 1010100 101101

Color Harmonies of #D31247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31247

Black with #D31247

Text Example


Text Example

White with #D31247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31247; }

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

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

background-color css

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

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

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

border-color css

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

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

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