Html Css Color HEX #DC130E Free Speech Red

📋 copy color: '#DC130E'

red 220 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #DC130E

Tints of Free Speech Red #DC130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 86.96%
G = 7.51%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC130E (or 0xDC130E) is known color: Free Speech Red. HEX triplet: DC, 13 and 0E. RGB value is (220,19,14). Sum of RGB (Red+Green+Blue) = 220+19+14=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC130E is #23ECF1. Grayscale: #4E4E4E. Windows color (decimal): -2354418 or 922588. OLE color: 922588.

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

Color convert

RGB 220 19 14 -
CMYK 0 0.91 0.94 0.14
HSL 1.46º 0.88% 0.46% -
HSV(B) 1.46º 0.94% 0.86% -
XYZ 29.83 15.71 1.88 -
YUV 78.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 220 19 14 0 0.91 0.94 0.14 1.46 0.88 0.46
Hex DC 13 E 0 5B 5E E 1 58 2E
Octal 334 23 16 0 133 136 16 1 130 56
Binary 11011100 10011 1110 0 1011011 1011110 1110 1 1011000 101110

Color Harmonies of #DC130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC130E

Black with #DC130E

Text Example


Text Example

White with #DC130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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