Html Css Color HEX #DF0B01 Free Speech Red

📋 copy color: '#DF0B01'

red 223 ◦ green 11 ◦ blue 1

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

Shades of Free Speech Red #DF0B01

Tints of Free Speech Red #DF0B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

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

R = 94.89%
G = 4.68%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0B01 (or 0xDF0B01) is known color: Free Speech Red. HEX triplet: DF, 0B and 01. RGB value is (223,11,1). Sum of RGB (Red+Green+Blue) = 223+11+1=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B01 is #20F4FE. Grayscale: #494949. Windows color (decimal): -2159871 or 68575. OLE color: 68575.

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

Color convert

RGB 223 11 1 -
CMYK 0 0.95 1.00 0.13
HSL 2.7º 0.99% 0.44% -
HSV(B) 2.7º 1% 0.87% -
XYZ 30.56 15.93 1.49 -
YUV 73.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 223 11 1 0 0.95 1.00 0.13 2.7 0.99 0.44
Hex DF B 1 0 5F 64 D 3 63 2C
Octal 337 13 1 0 137 144 15 3 143 54
Binary 11011111 1011 1 0 1011111 1100100 1101 11 1100011 101100

Color Harmonies of #DF0B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B01

Black with #DF0B01

Text Example


Text Example

White with #DF0B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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