Html Css Color HEX #DC140B Free Speech Red

📋 copy color: '#DC140B'

red 220 ◦ green 20 ◦ blue 11

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

Shades of Free Speech Red #DC140B

Tints of Free Speech Red #DC140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 87.65%
G = 7.97%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC140B (or 0xDC140B) is known color: Free Speech Red. HEX triplet: DC, 14 and 0B. RGB value is (220,20,11). Sum of RGB (Red+Green+Blue) = 220+20+11=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC140B is #23EBF4. Grayscale: #4F4F4F. Windows color (decimal): -2354165 or 726236. OLE color: 726236.

HSL color Cylindrical-coordinate representation of color #DC140B: hue angle of 2.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 11 -
CMYK 0 0.91 0.95 0.14
HSL 2.58º 0.9% 0.45% -
HSV(B) 2.58º 0.95% 0.86% -
XYZ 29.83 15.74 1.78 -
YUV 78.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 220 20 11 0 0.91 0.95 0.14 2.58 0.9 0.45
Hex DC 14 B 0 5B 5F E 3 5A 2D
Octal 334 24 13 0 133 137 16 3 132 55
Binary 11011100 10100 1011 0 1011011 1011111 1110 11 1011010 101101

Color Harmonies of #DC140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC140B

Black with #DC140B

Text Example


Text Example

White with #DC140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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