Html Css Color HEX #DC140C Free Speech Red

📋 copy color: '#DC140C'

red 220 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #DC140C

Tints of Free Speech Red #DC140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 87.3%
G = 7.94%
B = 4.76%

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

#DC140C (or 0xDC140C) is known color: Free Speech Red. HEX triplet: DC, 14 and 0C. RGB value is (220,20,12). Sum of RGB (Red+Green+Blue) = 220+20+12=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC140C is #23EBF3. Grayscale: #4F4F4F. Windows color (decimal): -2354164 or 791772. OLE color: 791772.

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

Color convert

RGB 220 20 12 -
CMYK 0 0.91 0.95 0.14
HSL 2.31º 0.9% 0.45% -
HSV(B) 2.31º 0.95% 0.86% -
XYZ 29.83 15.74 1.81 -
YUV 78.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 220 20 12 0 0.91 0.95 0.14 2.31 0.9 0.45
Hex DC 14 C 0 5B 5F E 2 5A 2D
Octal 334 24 14 0 133 137 16 2 132 55
Binary 11011100 10100 1100 0 1011011 1011111 1110 10 1011010 101101

Color Harmonies of #DC140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC140C

Black with #DC140C

Text Example


Text Example

White with #DC140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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