Html Css Color HEX #DF0B05 Free Speech Red

📋 copy color: '#DF0B05'

red 223 ◦ green 11 ◦ blue 5

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

Shades of Free Speech Red #DF0B05

Tints of Free Speech Red #DF0B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 93.31%
G = 4.6%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF0B05 (or 0xDF0B05) is known color: Free Speech Red. HEX triplet: DF, 0B and 05. RGB value is (223,11,5). Sum of RGB (Red+Green+Blue) = 223+11+5=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B05 is #20F4FA. Grayscale: #494949. Windows color (decimal): -2159867 or 330719. OLE color: 330719.

HSL color Cylindrical-coordinate representation of color #DF0B05: hue angle of 1.65º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 11 5 -
CMYK 0 0.95 0.98 0.13
HSL 1.65º 0.96% 0.45% -
HSV(B) 1.65º 0.98% 0.87% -
XYZ 30.58 15.94 1.61 -
YUV 73.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 223 11 5 0 0.95 0.98 0.13 1.65 0.96 0.45
Hex DF B 5 0 5F 62 D 2 60 2D
Octal 337 13 5 0 137 142 15 2 140 55
Binary 11011111 1011 101 0 1011111 1100010 1101 10 1100000 101101

Color Harmonies of #DF0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B05

Black with #DF0B05

Text Example


Text Example

White with #DF0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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