Html Css Color HEX #D3112F Crimson

📋 copy color: '#D3112F'

red 211 ◦ green 17 ◦ blue 47

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

Shades of Crimson #D3112F

Tints of Crimson #D3112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 76.73%
G = 6.18%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3112F (or 0xD3112F) is known color: Crimson. HEX triplet: D3, 11 and 2F. RGB value is (211,17,47). Sum of RGB (Red+Green+Blue) = 211+17+47=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3112F is #2CEED0. Grayscale: #4E4E4E. Windows color (decimal): -2944721 or 3084755. OLE color: 3084755.

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

Color convert

RGB 211 17 47 -
CMYK 0 0.92 0.78 0.17
HSL 350.72º 0.85% 0.45% -
HSV(B) 350.72º 0.92% 0.83% -
XYZ 27.58 14.46 4.03 -
YUV 78.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 211 17 47 0 0.92 0.78 0.17 350.72 0.85 0.45
Hex D3 11 2F 0 5C 4E 11 15F 55 2D
Octal 323 21 57 0 134 116 21 537 125 55
Binary 11010011 10001 101111 0 1011100 1001110 10001 101011111 1010101 101101

Color Harmonies of #D3112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3112F

Black with #D3112F

Text Example


Text Example

White with #D3112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3112F; }

 p { color: rgb(211,17,47); }

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

background-color css

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

 a { background-color: rgb(211,17,47); }

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

border-color css

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

 span { border-color: rgb(211,17,47); }

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