Html Css Color HEX #DC120F Free Speech Red

📋 copy color: '#DC120F'

red 220 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #DC120F

Tints of Free Speech Red #DC120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 86.96%
G = 7.11%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC120F (or 0xDC120F) is known color: Free Speech Red. HEX triplet: DC, 12 and 0F. RGB value is (220,18,15). Sum of RGB (Red+Green+Blue) = 220+18+15=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC120F is #23EDF0. Grayscale: #4E4E4E. Windows color (decimal): -2354673 or 987868. OLE color: 987868.

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

Color convert

RGB 220 18 15 -
CMYK 0 0.92 0.93 0.14
HSL 0.88º 0.87% 0.46% -
HSV(B) 0.88º 0.93% 0.86% -
XYZ 29.82 15.68 1.91 -
YUV 78.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 220 18 15 0 0.92 0.93 0.14 0.88 0.87 0.46
Hex DC 12 F 0 5C 5D E 1 57 2E
Octal 334 22 17 0 134 135 16 1 127 56
Binary 11011100 10010 1111 0 1011100 1011101 1110 1 1010111 101110

Color Harmonies of #DC120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC120F

Black with #DC120F

Text Example


Text Example

White with #DC120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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