Html Css Color HEX #DF1001 Free Speech Red

📋 copy color: '#DF1001'

red 223 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #DF1001

Tints of Free Speech Red #DF1001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 92.92%
G = 6.67%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF1001 (or 0xDF1001) is known color: Free Speech Red. HEX triplet: DF, 10 and 01. RGB value is (223,16,1). Sum of RGB (Red+Green+Blue) = 223+16+1=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1001 is #20EFFE. Grayscale: #4C4C4C. Windows color (decimal): -2158591 or 69855. OLE color: 69855.

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

Color convert

RGB 223 16 1 -
CMYK 0 0.93 1.00 0.13
HSL 4.05º 0.99% 0.44% -
HSV(B) 4.05º 1% 0.87% -
XYZ 30.62 16.06 1.51 -
YUV 76.18 85.58 232.72 -
System Red Green Blue C M Y K H S L
Decimal 223 16 1 0 0.93 1.00 0.13 4.05 0.99 0.44
Hex DF 10 1 0 5D 64 D 4 63 2C
Octal 337 20 1 0 135 144 15 4 143 54
Binary 11011111 10000 1 0 1011101 1100100 1101 100 1100011 101100

Color Harmonies of #DF1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1001

Black with #DF1001

Text Example


Text Example

White with #DF1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1001; }

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

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

background-color css

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

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

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

border-color css

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

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

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