Html Css Color HEX #DF1311 Free Speech Red

📋 copy color: '#DF1311'

red 223 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #DF1311

Tints of Free Speech Red #DF1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 86.1%
G = 7.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF1311 (or 0xDF1311) is known color: Free Speech Red. HEX triplet: DF, 13 and 11. RGB value is (223,19,17). Sum of RGB (Red+Green+Blue) = 223+19+17=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1311 is #20ECEE. Grayscale: #4F4F4F. Windows color (decimal): -2157807 or 1119199. OLE color: 1119199.

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

Color convert

RGB 223 19 17 -
CMYK 0 0.91 0.92 0.13
HSL 0.58º 0.86% 0.47% -
HSV(B) 0.58º 0.92% 0.87% -
XYZ 30.77 16.19 2.03 -
YUV 79.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 223 19 17 0 0.91 0.92 0.13 0.58 0.86 0.47
Hex DF 13 11 0 5B 5C D 1 56 2F
Octal 337 23 21 0 133 134 15 1 126 57
Binary 11011111 10011 10001 0 1011011 1011100 1101 1 1010110 101111

Color Harmonies of #DF1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1311

Black with #DF1311

Text Example


Text Example

White with #DF1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1311; }

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

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

background-color css

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

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

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

border-color css

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

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

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