Html Css Color HEX #DC150E Free Speech Red

📋 copy color: '#DC150E'

red 220 ◦ green 21 ◦ blue 14

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

Shades of Free Speech Red #DC150E

Tints of Free Speech Red #DC150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 86.27%
G = 8.24%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC150E (or 0xDC150E) is known color: Free Speech Red. HEX triplet: DC, 15 and 0E. RGB value is (220,21,14). Sum of RGB (Red+Green+Blue) = 220+21+14=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC150E is #23EAF1. Grayscale: #4F4F4F. Windows color (decimal): -2353906 or 923100. OLE color: 923100.

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

Color convert

RGB 220 21 14 -
CMYK 0 0.90 0.94 0.14
HSL 2.04º 0.88% 0.46% -
HSV(B) 2.04º 0.94% 0.86% -
XYZ 29.86 15.78 1.89 -
YUV 79.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 220 21 14 0 0.90 0.94 0.14 2.04 0.88 0.46
Hex DC 15 E 0 5A 5E E 2 58 2E
Octal 334 25 16 0 132 136 16 2 130 56
Binary 11011100 10101 1110 0 1011010 1011110 1110 10 1011000 101110

Color Harmonies of #DC150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC150E

Black with #DC150E

Text Example


Text Example

White with #DC150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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