Html Css Color HEX #DF0B00 Free Speech Red

📋 copy color: '#DF0B00'

red 223 ◦ green 11 ◦ blue 0

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

Shades of Free Speech Red #DF0B00

Tints of Free Speech Red #DF0B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.3%
G = 4.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF0B00 (or 0xDF0B00) is known color: Free Speech Red. HEX triplet: DF, 0B and 00. RGB value is (223,11,0). Sum of RGB (Red+Green+Blue) = 223+11+0=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B00 is #20F4FF. Grayscale: #494949. Windows color (decimal): -2159872 or 3039. OLE color: 3039.

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

Color convert

RGB 223 11 0 -
CMYK 0 0.95 1 0.13
HSL 2.96º 1% 0.44% -
HSV(B) 2.96º 1% 0.87% -
XYZ 30.55 15.93 1.46 -
YUV 73.13 86.74 234.89 -
System Red Green Blue C M Y K H S L
Decimal 223 11 0 0 0.95 1 0.13 2.96 1 0.44
Hex DF B 0 0 5F 64 D 3 64 2C
Octal 337 13 0 0 137 144 15 3 144 54
Binary 11011111 1011 0 0 1011111 1100100 1101 11 1100100 101100

Color Harmonies of #DF0B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B00

Black with #DF0B00

Text Example


Text Example

White with #DF0B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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