Html Css Color HEX #DC1505 Free Speech Red

📋 copy color: '#DC1505'

red 220 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #DC1505

Tints of Free Speech Red #DC1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 89.43%
G = 8.54%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC1505 (or 0xDC1505) is known color: Free Speech Red. HEX triplet: DC, 15 and 05. RGB value is (220,21,5). Sum of RGB (Red+Green+Blue) = 220+21+5=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1505 is #23EAFA. Grayscale: #4E4E4E. Windows color (decimal): -2353915 or 333276. OLE color: 333276.

HSL color Cylindrical-coordinate representation of color #DC1505: hue angle of 4.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC1505 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 5 -
CMYK 0 0.90 0.98 0.14
HSL 4.47º 0.96% 0.44% -
HSV(B) 4.47º 0.98% 0.86% -
XYZ 29.81 15.76 1.61 -
YUV 78.68 86.43 228.8 -
System Red Green Blue C M Y K H S L
Decimal 220 21 5 0 0.90 0.98 0.14 4.47 0.96 0.44
Hex DC 15 5 0 5A 62 E 4 60 2C
Octal 334 25 5 0 132 142 16 4 140 54
Binary 11011100 10101 101 0 1011010 1100010 1110 100 1100000 101100

Color Harmonies of #DC1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1505

Black with #DC1505

Text Example


Text Example

White with #DC1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1505; }

 p { color: rgb(220,21,5); }

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

background-color css

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

 a { background-color: rgb(220,21,5); }

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

border-color css

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

 span { border-color: rgb(220,21,5); }

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