Html Css Color HEX #DF0D0C Free Speech Red

📋 copy color: '#DF0D0C'

red 223 ◦ green 13 ◦ blue 12

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

Shades of Free Speech Red #DF0D0C

Tints of Free Speech Red #DF0D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 89.92%
G = 5.24%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF0D0C (or 0xDF0D0C) is known color: Free Speech Red. HEX triplet: DF, 0D and 0C. RGB value is (223,13,12). Sum of RGB (Red+Green+Blue) = 223+13+12=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D0C is #20F2F3. Grayscale: #4B4B4B. Windows color (decimal): -2159348 or 789983. OLE color: 789983.

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

Color convert

RGB 223 13 12 -
CMYK 0 0.94 0.95 0.13
HSL 0.28º 0.9% 0.46% -
HSV(B) 0.28º 0.95% 0.87% -
XYZ 30.64 16 1.82 -
YUV 75.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 223 13 12 0 0.94 0.95 0.13 0.28 0.9 0.46
Hex DF D C 0 5E 5F D 0 5A 2E
Octal 337 15 14 0 136 137 15 0 132 56
Binary 11011111 1101 1100 0 1011110 1011111 1101 0 1011010 101110

Color Harmonies of #DF0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D0C

Black with #DF0D0C

Text Example


Text Example

White with #DF0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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