Html Css Color HEX #DF0801 Free Speech Red

📋 copy color: '#DF0801'

red 223 ◦ green 8 ◦ blue 1

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

Shades of Free Speech Red #DF0801

Tints of Free Speech Red #DF0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 96.12%
G = 3.45%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0801 (or 0xDF0801) is known color: Free Speech Red. HEX triplet: DF, 08 and 01. RGB value is (223,8,1). Sum of RGB (Red+Green+Blue) = 223+8+1=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0801 is #20F7FE. Grayscale: #474747. Windows color (decimal): -2160639 or 67807. OLE color: 67807.

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

Color convert

RGB 223 8 1 -
CMYK 0 0.96 1.00 0.13
HSL 1.89º 0.99% 0.44% -
HSV(B) 1.89º 1% 0.87% -
XYZ 30.52 15.86 1.48 -
YUV 71.49 88.23 236.07 -
System Red Green Blue C M Y K H S L
Decimal 223 8 1 0 0.96 1.00 0.13 1.89 0.99 0.44
Hex DF 8 1 0 60 64 D 2 63 2C
Octal 337 10 1 0 140 144 15 2 143 54
Binary 11011111 1000 1 0 1100000 1100100 1101 10 1100011 101100

Color Harmonies of #DF0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0801

Black with #DF0801

Text Example


Text Example

White with #DF0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0801; }

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

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

background-color css

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

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

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

border-color css

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

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

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