Html Css Color HEX #DF120A Free Speech Red

📋 copy color: '#DF120A'

red 223 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #DF120A

Tints of Free Speech Red #DF120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 88.84%
G = 7.17%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF120A (or 0xDF120A) is known color: Free Speech Red. HEX triplet: DF, 12 and 0A. RGB value is (223,18,10). Sum of RGB (Red+Green+Blue) = 223+18+10=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF120A is #20EDF5. Grayscale: #4E4E4E. Windows color (decimal): -2158070 or 660191. OLE color: 660191.

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

Color convert

RGB 223 18 10 -
CMYK 0 0.92 0.96 0.13
HSL 2.25º 0.91% 0.46% -
HSV(B) 2.25º 0.96% 0.87% -
XYZ 30.7 16.14 1.78 -
YUV 78.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 223 18 10 0 0.92 0.96 0.13 2.25 0.91 0.46
Hex DF 12 A 0 5C 60 D 2 5B 2E
Octal 337 22 12 0 134 140 15 2 133 56
Binary 11011111 10010 1010 0 1011100 1100000 1101 10 1011011 101110

Color Harmonies of #DF120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF120A

Black with #DF120A

Text Example


Text Example

White with #DF120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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