Html Css Color HEX #DF112D Crimson

📋 copy color: '#DF112D'

red 223 ◦ green 17 ◦ blue 45

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

Shades of Crimson #DF112D

Tints of Crimson #DF112D

RGB

 RED value IS 223 (87.5% from 255) = 78.25%

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 78.25%
G = 5.96%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF112D (or 0xDF112D) is known color: Crimson. HEX triplet: DF, 11 and 2D. RGB value is (223,17,45). Sum of RGB (Red+Green+Blue) = 223+17+45=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF112D is #20EED2. Grayscale: #515151. Windows color (decimal): -2158291 or 2953695. OLE color: 2953695.

HSL color Cylindrical-coordinate representation of color #DF112D: hue angle of 351.84º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF112D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 45 -
CMYK 0 0.92 0.80 0.13
HSL 351.84º 0.86% 0.47% -
HSV(B) 351.84º 0.92% 0.87% -
XYZ 31.11 16.28 3.99 -
YUV 81.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 223 17 45 0 0.92 0.80 0.13 351.84 0.86 0.47
Hex DF 11 2D 0 5C 50 D 160 56 2F
Octal 337 21 55 0 134 120 15 540 126 57
Binary 11011111 10001 101101 0 1011100 1010000 1101 101100000 1010110 101111

Color Harmonies of #DF112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF112D

Black with #DF112D

Text Example


Text Example

White with #DF112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF112D; }

 p { color: rgb(223,17,45); }

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

background-color css

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

 a { background-color: rgb(223,17,45); }

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

border-color css

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

 span { border-color: rgb(223,17,45); }

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