Html Css Color HEX #DC120A Free Speech Red

📋 copy color: '#DC120A'

red 220 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #DC120A

Tints of Free Speech Red #DC120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 88.71%
G = 7.26%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC120A (or 0xDC120A) is known color: Free Speech Red. HEX triplet: DC, 12 and 0A. RGB value is (220,18,10). Sum of RGB (Red+Green+Blue) = 220+18+10=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC120A is #23EDF5. Grayscale: #4D4D4D. Windows color (decimal): -2354678 or 660188. OLE color: 660188.

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

Color convert

RGB 220 18 10 -
CMYK 0 0.92 0.95 0.14
HSL 2.29º 0.91% 0.45% -
HSV(B) 2.29º 0.95% 0.86% -
XYZ 29.79 15.67 1.74 -
YUV 77.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 220 18 10 0 0.92 0.95 0.14 2.29 0.91 0.45
Hex DC 12 A 0 5C 5F E 2 5B 2D
Octal 334 22 12 0 134 137 16 2 133 55
Binary 11011100 10010 1010 0 1011100 1011111 1110 10 1011011 101101

Color Harmonies of #DC120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC120A

Black with #DC120A

Text Example


Text Example

White with #DC120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC120A; }

 p { color: rgb(220,18,10); }

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

background-color css

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

 a { background-color: rgb(220,18,10); }

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

border-color css

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

 span { border-color: rgb(220,18,10); }

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