Html Css Color HEX #DF100F Free Speech Red

📋 copy color: '#DF100F'

red 223 ◦ green 16 ◦ blue 15

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

Shades of Free Speech Red #DF100F

Tints of Free Speech Red #DF100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 87.8%
G = 6.3%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF100F (or 0xDF100F) is known color: Free Speech Red. HEX triplet: DF, 10 and 0F. RGB value is (223,16,15). Sum of RGB (Red+Green+Blue) = 223+16+15=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF100F is #20EFF0. Grayscale: #4D4D4D. Windows color (decimal): -2158577 or 987359. OLE color: 987359.

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

Color convert

RGB 223 16 15 -
CMYK 0 0.93 0.93 0.13
HSL 0.29º 0.87% 0.47% -
HSV(B) 0.29º 0.93% 0.87% -
XYZ 30.7 16.09 1.94 -
YUV 77.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 223 16 15 0 0.93 0.93 0.13 0.29 0.87 0.47
Hex DF 10 F 0 5D 5D D 0 57 2F
Octal 337 20 17 0 135 135 15 0 127 57
Binary 11011111 10000 1111 0 1011101 1011101 1101 0 1010111 101111

Color Harmonies of #DF100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF100F

Black with #DF100F

Text Example


Text Example

White with #DF100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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