Html Css Color HEX #DF1212 Free Speech Red

📋 copy color: '#DF1212'

red 223 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #DF1212

Tints of Free Speech Red #DF1212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 86.1%
G = 6.95%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF1212 (or 0xDF1212) is known color: Free Speech Red. HEX triplet: DF, 12 and 12. RGB value is (223,18,18). Sum of RGB (Red+Green+Blue) = 223+18+18=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1212 is #20EDED. Grayscale: #4F4F4F. Windows color (decimal): -2158062 or 1184479. OLE color: 1184479.

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

Color convert

RGB 223 18 18 -
CMYK 0 0.92 0.92 0.13
HSL 0.85% 0.47% -
HSV(B) 0.92% 0.87% -
XYZ 30.76 16.16 2.07 -
YUV 79.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 223 18 18 0 0.92 0.92 0.13 0 0.85 0.47
Hex DF 12 12 0 5C 5C D 0 55 2F
Octal 337 22 22 0 134 134 15 0 125 57
Binary 11011111 10010 10010 0 1011100 1011100 1101 0 1010101 101111

Color Harmonies of #DF1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1212

Black with #DF1212

Text Example


Text Example

White with #DF1212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1212; }

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

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

background-color css

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

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

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

border-color css

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

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

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