Html Css Color HEX #DF0807 Free Speech Red

📋 copy color: '#DF0807'

red 223 ◦ green 8 ◦ blue 7

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

Shades of Free Speech Red #DF0807

Tints of Free Speech Red #DF0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 93.7%
G = 3.36%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF0807 (or 0xDF0807) is known color: Free Speech Red. HEX triplet: DF, 08 and 07. RGB value is (223,8,7). Sum of RGB (Red+Green+Blue) = 223+8+7=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0807 is #20F7F8. Grayscale: #484848. Windows color (decimal): -2160633 or 461023. OLE color: 461023.

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

Color convert

RGB 223 8 7 -
CMYK 0 0.96 0.97 0.13
HSL 0.28º 0.94% 0.45% -
HSV(B) 0.28º 0.97% 0.87% -
XYZ 30.56 15.88 1.66 -
YUV 72.17 91.23 235.58 -
System Red Green Blue C M Y K H S L
Decimal 223 8 7 0 0.96 0.97 0.13 0.28 0.94 0.45
Hex DF 8 7 0 60 61 D 0 5E 2D
Octal 337 10 7 0 140 141 15 0 136 55
Binary 11011111 1000 111 0 1100000 1100001 1101 0 1011110 101101

Color Harmonies of #DF0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0807

Black with #DF0807

Text Example


Text Example

White with #DF0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0807; }

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

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

background-color css

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

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

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

border-color css

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

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

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