Html Css Color HEX #DF1000 Free Speech Red

📋 copy color: '#DF1000'

red 223 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #DF1000

Tints of Free Speech Red #DF1000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.31%
G = 6.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF1000 (or 0xDF1000) is known color: Free Speech Red. HEX triplet: DF, 10 and 00. RGB value is (223,16,0). Sum of RGB (Red+Green+Blue) = 223+16+0=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1000 is #20EFFF. Grayscale: #4C4C4C. Windows color (decimal): -2158592 or 4319. OLE color: 4319.

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

Color convert

RGB 223 16 0 -
CMYK 0 0.93 1 0.13
HSL 4.3º 1% 0.44% -
HSV(B) 4.3º 1% 0.87% -
XYZ 30.62 16.06 1.49 -
YUV 76.07 85.08 232.8 -
System Red Green Blue C M Y K H S L
Decimal 223 16 0 0 0.93 1 0.13 4.3 1 0.44
Hex DF 10 0 0 5D 64 D 4 64 2C
Octal 337 20 0 0 135 144 15 4 144 54
Binary 11011111 10000 0 0 1011101 1100100 1101 100 1100100 101100

Color Harmonies of #DF1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1000

Black with #DF1000

Text Example


Text Example

White with #DF1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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