Html Css Color HEX #DF0704 Free Speech Red

📋 copy color: '#DF0704'

red 223 ◦ green 7 ◦ blue 4

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

Shades of Free Speech Red #DF0704

Tints of Free Speech Red #DF0704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 95.3%
G = 2.99%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF0704 (or 0xDF0704) is known color: Free Speech Red. HEX triplet: DF, 07 and 04. RGB value is (223,7,4). Sum of RGB (Red+Green+Blue) = 223+7+4=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0704 is #20F8FB. Grayscale: #474747. Windows color (decimal): -2160892 or 264159. OLE color: 264159.

HSL color Cylindrical-coordinate representation of color #DF0704: hue angle of 0.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0704 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 4 -
CMYK 0 0.97 0.98 0.13
HSL 0.82º 0.96% 0.45% -
HSV(B) 0.82º 0.98% 0.87% -
XYZ 30.53 15.85 1.56 -
YUV 71.24 90.06 236.24 -
System Red Green Blue C M Y K H S L
Decimal 223 7 4 0 0.97 0.98 0.13 0.82 0.96 0.45
Hex DF 7 4 0 61 62 D 1 60 2D
Octal 337 7 4 0 141 142 15 1 140 55
Binary 11011111 111 100 0 1100001 1100010 1101 1 1100000 101101

Color Harmonies of #DF0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0704

Black with #DF0704

Text Example


Text Example

White with #DF0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0704; }

 p { color: rgb(223,7,4); }

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

background-color css

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

 a { background-color: rgb(223,7,4); }

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

border-color css

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

 span { border-color: rgb(223,7,4); }

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