Html Css Color HEX #DF112B Crimson

📋 copy color: '#DF112B'

red 223 ◦ green 17 ◦ blue 43

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

Shades of Crimson #DF112B

Tints of Crimson #DF112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 78.8%
G = 6.01%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF112B (or 0xDF112B) is known color: Crimson. HEX triplet: DF, 11 and 2B. RGB value is (223,17,43). Sum of RGB (Red+Green+Blue) = 223+17+43=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF112B is #20EED4. Grayscale: #515151. Windows color (decimal): -2158293 or 2822623. OLE color: 2822623.

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

Color convert

RGB 223 17 43 -
CMYK 0 0.92 0.81 0.13
HSL 352.43º 0.86% 0.47% -
HSV(B) 352.43º 0.92% 0.87% -
XYZ 31.07 16.26 3.79 -
YUV 81.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 223 17 43 0 0.92 0.81 0.13 352.43 0.86 0.47
Hex DF 11 2B 0 5C 51 D 160 56 2F
Octal 337 21 53 0 134 121 15 540 126 57
Binary 11011111 10001 101011 0 1011100 1010001 1101 101100000 1010110 101111

Color Harmonies of #DF112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF112B

Black with #DF112B

Text Example


Text Example

White with #DF112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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