Html Css Color HEX #DF1133 Crimson

📋 copy color: '#DF1133'

red 223 ◦ green 17 ◦ blue 51

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

Shades of Crimson #DF1133

Tints of Crimson #DF1133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 76.63%
G = 5.84%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF1133 (or 0xDF1133) is known color: Crimson. HEX triplet: DF, 11 and 33. RGB value is (223,17,51). Sum of RGB (Red+Green+Blue) = 223+17+51=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1133 is #20EECC. Grayscale: #525252. Windows color (decimal): -2158285 or 3346911. OLE color: 3346911.

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

Color convert

RGB 223 17 51 -
CMYK 0 0.92 0.77 0.13
HSL 350.1º 0.86% 0.47% -
HSV(B) 350.1º 0.92% 0.87% -
XYZ 31.23 16.33 4.64 -
YUV 82.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 223 17 51 0 0.92 0.77 0.13 350.1 0.86 0.47
Hex DF 11 33 0 5C 4D D 15E 56 2F
Octal 337 21 63 0 134 115 15 536 126 57
Binary 11011111 10001 110011 0 1011100 1001101 1101 101011110 1010110 101111

Color Harmonies of #DF1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1133

Black with #DF1133

Text Example


Text Example

White with #DF1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1133; }

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

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

background-color css

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

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

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

border-color css

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

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

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