Html Css Color HEX #D3113B Crimson

📋 copy color: '#D3113B'

red 211 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D3113B

Tints of Crimson #D3113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 73.52%
G = 5.92%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3113B (or 0xD3113B) is known color: Crimson. HEX triplet: D3, 11 and 3B. RGB value is (211,17,59). Sum of RGB (Red+Green+Blue) = 211+17+59=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D3113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3113B is #2CEEC4. Grayscale: #4F4F4F. Windows color (decimal): -2944709 or 3871187. OLE color: 3871187.

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

Color convert

RGB 211 17 59 -
CMYK 0 0.92 0.72 0.17
HSL 347.01º 0.85% 0.45% -
HSV(B) 347.01º 0.92% 0.83% -
XYZ 27.85 14.57 5.48 -
YUV 79.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 211 17 59 0 0.92 0.72 0.17 347.01 0.85 0.45
Hex D3 11 3B 0 5C 48 11 15B 55 2D
Octal 323 21 73 0 134 110 21 533 125 55
Binary 11010011 10001 111011 0 1011100 1001000 10001 101011011 1010101 101101

Color Harmonies of #D3113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3113B

Black with #D3113B

Text Example


Text Example

White with #D3113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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