Html Css Color HEX #D7113F Crimson

📋 copy color: '#D7113F'

red 215 ◦ green 17 ◦ blue 63

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

Shades of Crimson #D7113F

Tints of Crimson #D7113F

RGB

 RED value IS 215 (84.38% from 255) = 72.88%

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 72.88%
G = 5.76%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7113F (or 0xD7113F) is known color: Crimson. HEX triplet: D7, 11 and 3F. RGB value is (215,17,63). Sum of RGB (Red+Green+Blue) = 215+17+63=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D7113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7113F is #28EEC0. Grayscale: #515151. Windows color (decimal): -2682561 or 4133335. OLE color: 4133335.

HSL color Cylindrical-coordinate representation of color #D7113F: hue angle of 346.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7113F is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 63 -
CMYK 0 0.92 0.71 0.16
HSL 346.06º 0.85% 0.45% -
HSV(B) 346.06º 0.92% 0.84% -
XYZ 29.12 15.21 6.1 -
YUV 81.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 215 17 63 0 0.92 0.71 0.16 346.06 0.85 0.45
Hex D7 11 3F 0 5C 47 10 15A 55 2D
Octal 327 21 77 0 134 107 20 532 125 55
Binary 11010111 10001 111111 0 1011100 1000111 10000 101011010 1010101 101101

Color Harmonies of #D7113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7113F

Black with #D7113F

Text Example


Text Example

White with #D7113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7113F; }

 p { color: rgb(215,17,63); }

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

background-color css

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

 a { background-color: rgb(215,17,63); }

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

border-color css

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

 span { border-color: rgb(215,17,63); }

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