Html Css Color HEX #DF1209 Free Speech Red

📋 copy color: '#DF1209'

red 223 ◦ green 18 ◦ blue 9

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

Shades of Free Speech Red #DF1209

Tints of Free Speech Red #DF1209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.6%

R = 89.2%
G = 7.2%
B = 3.6%

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

#DF1209 (or 0xDF1209) is known color: Free Speech Red. HEX triplet: DF, 12 and 09. RGB value is (223,18,9). Sum of RGB (Red+Green+Blue) = 223+18+9=250 (33% of max value = 765). Red value is 223 (87.5% from 255 or 89.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1209 is #20EDF6. Grayscale: #4E4E4E. Windows color (decimal): -2158071 or 594655. OLE color: 594655.

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

Color convert

RGB 223 18 9 -
CMYK 0 0.92 0.96 0.13
HSL 2.52º 0.92% 0.45% -
HSV(B) 2.52º 0.96% 0.87% -
XYZ 30.7 16.14 1.76 -
YUV 78.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 223 18 9 0 0.92 0.96 0.13 2.52 0.92 0.45
Hex DF 12 9 0 5C 60 D 3 5C 2D
Octal 337 22 11 0 134 140 15 3 134 55
Binary 11011111 10010 1001 0 1011100 1100000 1101 11 1011100 101101

Color Harmonies of #DF1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1209

Black with #DF1209

Text Example


Text Example

White with #DF1209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1209; }

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

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

background-color css

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

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

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

border-color css

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

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

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