Html Css Color HEX #DF0C09 Free Speech Red

📋 copy color: '#DF0C09'

red 223 ◦ green 12 ◦ blue 9

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

Shades of Free Speech Red #DF0C09

Tints of Free Speech Red #DF0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 91.39%
G = 4.92%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF0C09 (or 0xDF0C09) is known color: Free Speech Red. HEX triplet: DF, 0C and 09. RGB value is (223,12,9). Sum of RGB (Red+Green+Blue) = 223+12+9=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0C09 is #20F3F6. Grayscale: #4A4A4A. Windows color (decimal): -2159607 or 593119. OLE color: 593119.

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

Color convert

RGB 223 12 9 -
CMYK 0 0.95 0.96 0.13
HSL 0.84º 0.92% 0.45% -
HSV(B) 0.84º 0.96% 0.87% -
XYZ 30.61 15.97 1.73 -
YUV 74.75 90.9 233.74 -
System Red Green Blue C M Y K H S L
Decimal 223 12 9 0 0.95 0.96 0.13 0.84 0.92 0.45
Hex DF C 9 0 5F 60 D 1 5C 2D
Octal 337 14 11 0 137 140 15 1 134 55
Binary 11011111 1100 1001 0 1011111 1100000 1101 1 1011100 101101

Color Harmonies of #DF0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C09

Black with #DF0C09

Text Example


Text Example

White with #DF0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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