Html Css Color HEX #DC140F Free Speech Red

📋 copy color: '#DC140F'

red 220 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #DC140F

Tints of Free Speech Red #DC140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 86.27%
G = 7.84%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC140F (or 0xDC140F) is known color: Free Speech Red. HEX triplet: DC, 14 and 0F. RGB value is (220,20,15). Sum of RGB (Red+Green+Blue) = 220+20+15=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC140F is #23EBF0. Grayscale: #4F4F4F. Windows color (decimal): -2354161 or 988380. OLE color: 988380.

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

Color convert

RGB 220 20 15 -
CMYK 0 0.91 0.93 0.14
HSL 1.46º 0.87% 0.46% -
HSV(B) 1.46º 0.93% 0.86% -
XYZ 29.85 15.75 1.92 -
YUV 79.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 220 20 15 0 0.91 0.93 0.14 1.46 0.87 0.46
Hex DC 14 F 0 5B 5D E 1 57 2E
Octal 334 24 17 0 133 135 16 1 127 56
Binary 11011100 10100 1111 0 1011011 1011101 1110 1 1010111 101110

Color Harmonies of #DC140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC140F

Black with #DC140F

Text Example


Text Example

White with #DC140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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