Html Css Color HEX #DC0F0E Free Speech Red

📋 copy color: '#DC0F0E'

red 220 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #DC0F0E

Tints of Free Speech Red #DC0F0E

RGB

 RED value IS 220 (86.33% from 255) = 88.35%

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 88.35%
G = 6.02%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC0F0E (or 0xDC0F0E) is known color: Free Speech Red. HEX triplet: DC, 0F and 0E. RGB value is (220,15,14). Sum of RGB (Red+Green+Blue) = 220+15+14=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F0E is #23F0F1. Grayscale: #4C4C4C. Windows color (decimal): -2355442 or 921564. OLE color: 921564.

HSL color Cylindrical-coordinate representation of color #DC0F0E: hue angle of 0.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0F0E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 14 -
CMYK 0 0.93 0.94 0.14
HSL 0.29º 0.88% 0.46% -
HSV(B) 0.29º 0.94% 0.86% -
XYZ 29.77 15.59 1.86 -
YUV 76.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 220 15 14 0 0.93 0.94 0.14 0.29 0.88 0.46
Hex DC F E 0 5D 5E E 0 58 2E
Octal 334 17 16 0 135 136 16 0 130 56
Binary 11011100 1111 1110 0 1011101 1011110 1110 0 1011000 101110

Color Harmonies of #DC0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F0E

Black with #DC0F0E

Text Example


Text Example

White with #DC0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F0E; }

 p { color: rgb(220,15,14); }

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

background-color css

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

 a { background-color: rgb(220,15,14); }

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

border-color css

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

 span { border-color: rgb(220,15,14); }

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