Html Css Color HEX #DB1106 Free Speech Red

📋 copy color: '#DB1106'

red 219 ◦ green 17 ◦ blue 6

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

Shades of Free Speech Red #DB1106

Tints of Free Speech Red #DB1106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 90.5%
G = 7.02%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1106 (or 0xDB1106) is known color: Free Speech Red. HEX triplet: DB, 11 and 06. RGB value is (219,17,6). Sum of RGB (Red+Green+Blue) = 219+17+6=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1106 is #24EEF9. Grayscale: #4C4C4C. Windows color (decimal): -2420474 or 397787. OLE color: 397787.

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

Color convert

RGB 219 17 6 -
CMYK 0 0.92 0.97 0.14
HSL 3.1º 0.95% 0.44% -
HSV(B) 3.1º 0.97% 0.86% -
XYZ 29.45 15.47 1.61 -
YUV 76.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 219 17 6 0 0.92 0.97 0.14 3.1 0.95 0.44
Hex DB 11 6 0 5C 61 E 3 5F 2C
Octal 333 21 6 0 134 141 16 3 137 54
Binary 11011011 10001 110 0 1011100 1100001 1110 11 1011111 101100

Color Harmonies of #DB1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1106

Black with #DB1106

Text Example


Text Example

White with #DB1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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