Html Css Color HEX #DF120C Free Speech Red

📋 copy color: '#DF120C'

red 223 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #DF120C

Tints of Free Speech Red #DF120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 88.14%
G = 7.11%
B = 4.74%

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

#DF120C (or 0xDF120C) is known color: Free Speech Red. HEX triplet: DF, 12 and 0C. RGB value is (223,18,12). Sum of RGB (Red+Green+Blue) = 223+18+12=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF120C is #20EDF3. Grayscale: #4E4E4E. Windows color (decimal): -2158068 or 791263. OLE color: 791263.

HSL color Cylindrical-coordinate representation of color #DF120C: hue angle of 1.71º degrees, saturation: 0.9, 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 #DF120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 12 -
CMYK 0 0.92 0.95 0.13
HSL 1.71º 0.9% 0.46% -
HSV(B) 1.71º 0.95% 0.87% -
XYZ 30.71 16.15 1.85 -
YUV 78.61 90.42 230.99 -
System Red Green Blue C M Y K H S L
Decimal 223 18 12 0 0.92 0.95 0.13 1.71 0.9 0.46
Hex DF 12 C 0 5C 5F D 2 5A 2E
Octal 337 22 14 0 134 137 15 2 132 56
Binary 11011111 10010 1100 0 1011100 1011111 1101 10 1011010 101110

Color Harmonies of #DF120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF120C

Black with #DF120C

Text Example


Text Example

White with #DF120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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