Html Css Color HEX #DF0900 Free Speech Red

📋 copy color: '#DF0900'

red 223 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #DF0900

Tints of Free Speech Red #DF0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 96.12%
G = 3.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF0900 (or 0xDF0900) is known color: Free Speech Red. HEX triplet: DF, 09 and 00. RGB value is (223,9,0). Sum of RGB (Red+Green+Blue) = 223+9+0=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0900 is #20F6FF. Grayscale: #484848. Windows color (decimal): -2160384 or 2527. OLE color: 2527.

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

Color convert

RGB 223 9 0 -
CMYK 0 0.96 1 0.13
HSL 2.42º 1% 0.44% -
HSV(B) 2.42º 1% 0.87% -
XYZ 30.53 15.88 1.46 -
YUV 71.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 223 9 0 0 0.96 1 0.13 2.42 1 0.44
Hex DF 9 0 0 60 64 D 2 64 2C
Octal 337 11 0 0 140 144 15 2 144 54
Binary 11011111 1001 0 0 1100000 1100100 1101 10 1100100 101100

Color Harmonies of #DF0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0900

Black with #DF0900

Text Example


Text Example

White with #DF0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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