Html Css Color HEX #DF110C Free Speech Red

📋 copy color: '#DF110C'

red 223 ◦ green 17 ◦ blue 12

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

Shades of Free Speech Red #DF110C

Tints of Free Speech Red #DF110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 88.49%
G = 6.75%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF110C (or 0xDF110C) is known color: Free Speech Red. HEX triplet: DF, 11 and 0C. RGB value is (223,17,12). Sum of RGB (Red+Green+Blue) = 223+17+12=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF110C is #20EEF3. Grayscale: #4E4E4E. Windows color (decimal): -2158324 or 791007. OLE color: 791007.

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

Color convert

RGB 223 17 12 -
CMYK 0 0.92 0.95 0.13
HSL 1.42º 0.9% 0.46% -
HSV(B) 1.42º 0.95% 0.87% -
XYZ 30.7 16.12 1.84 -
YUV 78.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 223 17 12 0 0.92 0.95 0.13 1.42 0.9 0.46
Hex DF 11 C 0 5C 5F D 1 5A 2E
Octal 337 21 14 0 134 137 15 1 132 56
Binary 11011111 10001 1100 0 1011100 1011111 1101 1 1011010 101110

Color Harmonies of #DF110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF110C

Black with #DF110C

Text Example


Text Example

White with #DF110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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