Html Css Color HEX #DF1109 Free Speech Red

📋 copy color: '#DF1109'

red 223 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #DF1109

Tints of Free Speech Red #DF1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.61%

R = 89.56%
G = 6.83%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF1109 (or 0xDF1109) is known color: Free Speech Red. HEX triplet: DF, 11 and 09. RGB value is (223,17,9). Sum of RGB (Red+Green+Blue) = 223+17+9=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1109 is #20EEF6. Grayscale: #4D4D4D. Windows color (decimal): -2158327 or 594399. OLE color: 594399.

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

Color convert

RGB 223 17 9 -
CMYK 0 0.92 0.96 0.13
HSL 2.24º 0.92% 0.45% -
HSV(B) 2.24º 0.96% 0.87% -
XYZ 30.68 16.11 1.75 -
YUV 77.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 223 17 9 0 0.92 0.96 0.13 2.24 0.92 0.45
Hex DF 11 9 0 5C 60 D 2 5C 2D
Octal 337 21 11 0 134 140 15 2 134 55
Binary 11011111 10001 1001 0 1011100 1100000 1101 10 1011100 101101

Color Harmonies of #DF1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1109

Black with #DF1109

Text Example


Text Example

White with #DF1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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