Html Css Color HEX #DF1007 Free Speech Red

📋 copy color: '#DF1007'

red 223 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #DF1007

Tints of Free Speech Red #DF1007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 7 (3.13% from 255) = 2.85%

R = 90.65%
G = 6.5%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF1007 (or 0xDF1007) is known color: Free Speech Red. HEX triplet: DF, 10 and 07. RGB value is (223,16,7). Sum of RGB (Red+Green+Blue) = 223+16+7=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1007 is #20EFF8. Grayscale: #4D4D4D. Windows color (decimal): -2158585 or 463071. OLE color: 463071.

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

Color convert

RGB 223 16 7 -
CMYK 0 0.93 0.97 0.13
HSL 2.5º 0.94% 0.45% -
HSV(B) 2.5º 0.97% 0.87% -
XYZ 30.66 16.07 1.69 -
YUV 76.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 223 16 7 0 0.93 0.97 0.13 2.5 0.94 0.45
Hex DF 10 7 0 5D 61 D 2 5E 2D
Octal 337 20 7 0 135 141 15 2 136 55
Binary 11011111 10000 111 0 1011101 1100001 1101 10 1011110 101101

Color Harmonies of #DF1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1007

Black with #DF1007

Text Example


Text Example

White with #DF1007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1007; }

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

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

background-color css

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

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

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

border-color css

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

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

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