Html Css Color HEX #DF110F Free Speech Red

📋 copy color: '#DF110F'

red 223 ◦ green 17 ◦ blue 15

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

Shades of Free Speech Red #DF110F

Tints of Free Speech Red #DF110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 87.45%
G = 6.67%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF110F (or 0xDF110F) is known color: Free Speech Red. HEX triplet: DF, 11 and 0F. RGB value is (223,17,15). Sum of RGB (Red+Green+Blue) = 223+17+15=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF110F is #20EEF0. Grayscale: #4E4E4E. Windows color (decimal): -2158321 or 987615. OLE color: 987615.

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

Color convert

RGB 223 17 15 -
CMYK 0 0.92 0.93 0.13
HSL 0.58º 0.87% 0.47% -
HSV(B) 0.58º 0.93% 0.87% -
XYZ 30.72 16.12 1.95 -
YUV 78.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 223 17 15 0 0.92 0.93 0.13 0.58 0.87 0.47
Hex DF 11 F 0 5C 5D D 1 57 2F
Octal 337 21 17 0 134 135 15 1 127 57
Binary 11011111 10001 1111 0 1011100 1011101 1101 1 1010111 101111

Color Harmonies of #DF110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF110F

Black with #DF110F

Text Example


Text Example

White with #DF110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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