Html Css Color HEX #DF0500 Free Speech Red

📋 copy color: '#DF0500'

red 223 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #DF0500

Tints of Free Speech Red #DF0500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 97.81%
G = 2.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF0500 (or 0xDF0500) is known color: Free Speech Red. HEX triplet: DF, 05 and 00. RGB value is (223,5,0). Sum of RGB (Red+Green+Blue) = 223+5+0=228 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.81% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0500 is #20FAFF. Grayscale: #454545. Windows color (decimal): -2161408 or 1503. OLE color: 1503.

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

Color convert

RGB 223 5 0 -
CMYK 0 0.98 1 0.13
HSL 1.35º 1% 0.44% -
HSV(B) 1.35º 1% 0.87% -
XYZ 30.49 15.8 1.44 -
YUV 69.61 88.72 237.41 -
System Red Green Blue C M Y K H S L
Decimal 223 5 0 0 0.98 1 0.13 1.35 1 0.44
Hex DF 5 0 0 62 64 D 1 64 2C
Octal 337 5 0 0 142 144 15 1 144 54
Binary 11011111 101 0 0 1100010 1100100 1101 1 1100100 101100

Color Harmonies of #DF0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0500

Black with #DF0500

Text Example


Text Example

White with #DF0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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