Html Css Color HEX #DF0A01 Free Speech Red

📋 copy color: '#DF0A01'

red 223 ◦ green 10 ◦ blue 1

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

Shades of Free Speech Red #DF0A01

Tints of Free Speech Red #DF0A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.27%

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

R = 95.3%
G = 4.27%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0A01 (or 0xDF0A01) is known color: Free Speech Red. HEX triplet: DF, 0A and 01. RGB value is (223,10,1). Sum of RGB (Red+Green+Blue) = 223+10+1=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A01 is #20F5FE. Grayscale: #484848. Windows color (decimal): -2160127 or 68319. OLE color: 68319.

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

Color convert

RGB 223 10 1 -
CMYK 0 0.96 1.00 0.13
HSL 2.43º 0.99% 0.44% -
HSV(B) 2.43º 1% 0.87% -
XYZ 30.55 15.91 1.49 -
YUV 72.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 223 10 1 0 0.96 1.00 0.13 2.43 0.99 0.44
Hex DF A 1 0 60 64 D 2 63 2C
Octal 337 12 1 0 140 144 15 2 143 54
Binary 11011111 1010 1 0 1100000 1100100 1101 10 1100011 101100

Color Harmonies of #DF0A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A01

Black with #DF0A01

Text Example


Text Example

White with #DF0A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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