Html Css Color HEX #DB1109 Free Speech Red

📋 copy color: '#DB1109'

red 219 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #DB1109

Tints of Free Speech Red #DB1109

RGB

 RED value IS 219 (85.94% from 255) = 89.39%

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 89.39%
G = 6.94%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB1109 (or 0xDB1109) is known color: Free Speech Red. HEX triplet: DB, 11 and 09. RGB value is (219,17,9). Sum of RGB (Red+Green+Blue) = 219+17+9=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1109 is #24EEF6. Grayscale: #4C4C4C. Windows color (decimal): -2420471 or 594395. OLE color: 594395.

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

Color convert

RGB 219 17 9 -
CMYK 0 0.92 0.96 0.14
HSL 2.29º 0.92% 0.45% -
HSV(B) 2.29º 0.96% 0.86% -
XYZ 29.46 15.48 1.69 -
YUV 76.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 219 17 9 0 0.92 0.96 0.14 2.29 0.92 0.45
Hex DB 11 9 0 5C 60 E 2 5C 2D
Octal 333 21 11 0 134 140 16 2 134 55
Binary 11011011 10001 1001 0 1011100 1100000 1110 10 1011100 101101

Color Harmonies of #DB1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1109

Black with #DB1109

Text Example


Text Example

White with #DB1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1109; }

 p { color: rgb(219,17,9); }

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

background-color css

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

 a { background-color: rgb(219,17,9); }

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

border-color css

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

 span { border-color: rgb(219,17,9); }

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