Html Css Color HEX #DF0600 Free Speech Red

📋 copy color: '#DF0600'

red 223 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #DF0600

Tints of Free Speech Red #DF0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 97.38%
G = 2.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF0600 (or 0xDF0600) is known color: Free Speech Red. HEX triplet: DF, 06 and 00. RGB value is (223,6,0). Sum of RGB (Red+Green+Blue) = 223+6+0=229 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.38% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0600 is #20F9FF. Grayscale: #464646. Windows color (decimal): -2161152 or 1759. OLE color: 1759.

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

Color convert

RGB 223 6 0 -
CMYK 0 0.97 1 0.13
HSL 1.61º 1% 0.44% -
HSV(B) 1.61º 1% 0.87% -
XYZ 30.5 15.82 1.45 -
YUV 70.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 223 6 0 0 0.97 1 0.13 1.61 1 0.44
Hex DF 6 0 0 61 64 D 2 64 2C
Octal 337 6 0 0 141 144 15 2 144 54
Binary 11011111 110 0 0 1100001 1100100 1101 10 1100100 101100

Color Harmonies of #DF0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0600

Black with #DF0600

Text Example


Text Example

White with #DF0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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