Html Css Color HEX #DC130A Free Speech Red

📋 copy color: '#DC130A'

red 220 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #DC130A

Tints of Free Speech Red #DC130A

RGB

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

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

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

R = 88.35%
G = 7.63%
B = 4.02%

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

#DC130A (or 0xDC130A) is known color: Free Speech Red. HEX triplet: DC, 13 and 0A. RGB value is (220,19,10). Sum of RGB (Red+Green+Blue) = 220+19+10=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC130A is #23ECF5. Grayscale: #4E4E4E. Windows color (decimal): -2354422 or 660444. OLE color: 660444.

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

Color convert

RGB 220 19 10 -
CMYK 0 0.91 0.95 0.14
HSL 2.57º 0.91% 0.45% -
HSV(B) 2.57º 0.95% 0.86% -
XYZ 29.8 15.7 1.75 -
YUV 78.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 220 19 10 0 0.91 0.95 0.14 2.57 0.91 0.45
Hex DC 13 A 0 5B 5F E 3 5B 2D
Octal 334 23 12 0 133 137 16 3 133 55
Binary 11011100 10011 1010 0 1011011 1011111 1110 11 1011011 101101

Color Harmonies of #DC130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC130A

Black with #DC130A

Text Example


Text Example

White with #DC130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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