Html Css Color HEX #DF120B Free Speech Red

📋 copy color: '#DF120B'

red 223 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #DF120B

Tints of Free Speech Red #DF120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 88.49%
G = 7.14%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF120B (or 0xDF120B) is known color: Free Speech Red. HEX triplet: DF, 12 and 0B. RGB value is (223,18,11). Sum of RGB (Red+Green+Blue) = 223+18+11=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF120B is #20EDF4. Grayscale: #4E4E4E. Windows color (decimal): -2158069 or 725727. OLE color: 725727.

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

Color convert

RGB 223 18 11 -
CMYK 0 0.92 0.95 0.13
HSL 1.98º 0.91% 0.46% -
HSV(B) 1.98º 0.95% 0.87% -
XYZ 30.71 16.14 1.81 -
YUV 78.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 223 18 11 0 0.92 0.95 0.13 1.98 0.91 0.46
Hex DF 12 B 0 5C 5F D 2 5B 2E
Octal 337 22 13 0 134 137 15 2 133 56
Binary 11011111 10010 1011 0 1011100 1011111 1101 10 1011011 101110

Color Harmonies of #DF120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF120B

Black with #DF120B

Text Example


Text Example

White with #DF120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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