Html Css Color HEX #DC1509 Free Speech Red

📋 copy color: '#DC1509'

red 220 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #DC1509

Tints of Free Speech Red #DC1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.6%

R = 88%
G = 8.4%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC1509 (or 0xDC1509) is known color: Free Speech Red. HEX triplet: DC, 15 and 09. RGB value is (220,21,9). Sum of RGB (Red+Green+Blue) = 220+21+9=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1509 is #23EAF6. Grayscale: #4F4F4F. Windows color (decimal): -2353911 or 595420. OLE color: 595420.

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

Color convert

RGB 220 21 9 -
CMYK 0 0.90 0.96 0.14
HSL 3.41º 0.92% 0.45% -
HSV(B) 3.41º 0.96% 0.86% -
XYZ 29.83 15.77 1.73 -
YUV 79.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 220 21 9 0 0.90 0.96 0.14 3.41 0.92 0.45
Hex DC 15 9 0 5A 60 E 3 5C 2D
Octal 334 25 11 0 132 140 16 3 134 55
Binary 11011100 10101 1001 0 1011010 1100000 1110 11 1011100 101101

Color Harmonies of #DC1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1509

Black with #DC1509

Text Example


Text Example

White with #DC1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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