Html Css Color HEX #DF0301 Free Speech Red

📋 copy color: '#DF0301'

red 223 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #DF0301

Tints of Free Speech Red #DF0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 98.24%
G = 1.32%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0301 (or 0xDF0301) is known color: Free Speech Red. HEX triplet: DF, 03 and 01. RGB value is (223,3,1). Sum of RGB (Red+Green+Blue) = 223+3+1=227 (30% of max value = 765). Red value is 223 (87.5% from 255 or 98.24% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0301 is #20FCFE. Grayscale: #444444. Windows color (decimal): -2161919 or 66527. OLE color: 66527.

HSL color Cylindrical-coordinate representation of color #DF0301: hue angle of 0.54º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 1 -
CMYK 0 0.99 1.00 0.13
HSL 0.54º 0.99% 0.44% -
HSV(B) 0.54º 1% 0.87% -
XYZ 30.47 15.76 1.46 -
YUV 68.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 223 3 1 0 0.99 1.00 0.13 0.54 0.99 0.44
Hex DF 3 1 0 63 64 D 1 63 2C
Octal 337 3 1 0 143 144 15 1 143 54
Binary 11011111 11 1 0 1100011 1100100 1101 1 1100011 101100

Color Harmonies of #DF0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0301

Black with #DF0301

Text Example


Text Example

White with #DF0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0301; }

 p { color: rgb(223,3,1); }

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

background-color css

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

 a { background-color: rgb(223,3,1); }

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

border-color css

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

 span { border-color: rgb(223,3,1); }

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