Html Css Color HEX #DF1210 Free Speech Red

📋 copy color: '#DF1210'

red 223 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #DF1210

Tints of Free Speech Red #DF1210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 86.77%
G = 7%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF1210 (or 0xDF1210) is known color: Free Speech Red. HEX triplet: DF, 12 and 10. RGB value is (223,18,16). Sum of RGB (Red+Green+Blue) = 223+18+16=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1210 is #20EDEF. Grayscale: #4F4F4F. Windows color (decimal): -2158064 or 1053407. OLE color: 1053407.

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

Color convert

RGB 223 18 16 -
CMYK 0 0.92 0.93 0.13
HSL 0.58º 0.87% 0.47% -
HSV(B) 0.58º 0.93% 0.87% -
XYZ 30.74 16.16 1.99 -
YUV 79.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 223 18 16 0 0.92 0.93 0.13 0.58 0.87 0.47
Hex DF 12 10 0 5C 5D D 1 57 2F
Octal 337 22 20 0 134 135 15 1 127 57
Binary 11011111 10010 10000 0 1011100 1011101 1101 1 1010111 101111

Color Harmonies of #DF1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1210

Black with #DF1210

Text Example


Text Example

White with #DF1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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