Html Css Color HEX #DF0201 Free Speech Red

📋 copy color: '#DF0201'

red 223 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #DF0201

Tints of Free Speech Red #DF0201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 98.67%
G = 0.88%
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

#DF0201 (or 0xDF0201) is known color: Free Speech Red. HEX triplet: DF, 02 and 01. RGB value is (223,2,1). Sum of RGB (Red+Green+Blue) = 223+2+1=226 (29% of max value = 765). Red value is 223 (87.5% from 255 or 98.67% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0201 is #20FDFE. Grayscale: #444444. Windows color (decimal): -2162175 or 66271. OLE color: 66271.

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

Color convert

RGB 223 2 1 -
CMYK 0 0.99 1.00 0.13
HSL 0.27º 0.99% 0.44% -
HSV(B) 0.27º 1% 0.87% -
XYZ 30.46 15.73 1.46 -
YUV 67.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 223 2 1 0 0.99 1.00 0.13 0.27 0.99 0.44
Hex DF 2 1 0 63 64 D 0 63 2C
Octal 337 2 1 0 143 144 15 0 143 54
Binary 11011111 10 1 0 1100011 1100100 1101 0 1100011 101100

Color Harmonies of #DF0201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0201

Black with #DF0201

Text Example


Text Example

White with #DF0201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0201; }

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

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

background-color css

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

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

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

border-color css

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

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

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