Html Css Color HEX #DF112E Crimson

📋 copy color: '#DF112E'

red 223 ◦ green 17 ◦ blue 46

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

Shades of Crimson #DF112E

Tints of Crimson #DF112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 77.97%
G = 5.94%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF112E (or 0xDF112E) is known color: Crimson. HEX triplet: DF, 11 and 2E. RGB value is (223,17,46). Sum of RGB (Red+Green+Blue) = 223+17+46=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF112E is #20EED1. Grayscale: #515151. Windows color (decimal): -2158290 or 3019231. OLE color: 3019231.

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

Color convert

RGB 223 17 46 -
CMYK 0 0.92 0.79 0.13
HSL 351.55º 0.86% 0.47% -
HSV(B) 351.55º 0.92% 0.87% -
XYZ 31.13 16.29 4.09 -
YUV 81.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 223 17 46 0 0.92 0.79 0.13 351.55 0.86 0.47
Hex DF 11 2E 0 5C 4F D 160 56 2F
Octal 337 21 56 0 134 117 15 540 126 57
Binary 11011111 10001 101110 0 1011100 1001111 1101 101100000 1010110 101111

Color Harmonies of #DF112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF112E

Black with #DF112E

Text Example


Text Example

White with #DF112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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