Html Css Color HEX #DF0F00 Free Speech Red

📋 copy color: '#DF0F00'

red 223 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #DF0F00

Tints of Free Speech Red #DF0F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.3%

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

R = 93.7%
G = 6.3%
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

#DF0F00 (or 0xDF0F00) is known color: Free Speech Red. HEX triplet: DF, 0F and 00. RGB value is (223,15,0). Sum of RGB (Red+Green+Blue) = 223+15+0=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F00 is #20F0FF. Grayscale: #4B4B4B. Windows color (decimal): -2158848 or 4063. OLE color: 4063.

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

Color convert

RGB 223 15 0 -
CMYK 0 0.93 1 0.13
HSL 4.04º 1% 0.44% -
HSV(B) 4.04º 1% 0.87% -
XYZ 30.6 16.03 1.48 -
YUV 75.48 85.41 233.22 -
System Red Green Blue C M Y K H S L
Decimal 223 15 0 0 0.93 1 0.13 4.04 1 0.44
Hex DF F 0 0 5D 64 D 4 64 2C
Octal 337 17 0 0 135 144 15 4 144 54
Binary 11011111 1111 0 0 1011101 1100100 1101 100 1100100 101100

Color Harmonies of #DF0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F00

Black with #DF0F00

Text Example


Text Example

White with #DF0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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