Html Css Color HEX #DB1100 Free Speech Red

📋 copy color: '#DB1100'

red 219 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #DB1100

Tints of Free Speech Red #DB1100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.8%
G = 7.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB1100 (or 0xDB1100) is known color: Free Speech Red. HEX triplet: DB, 11 and 00. RGB value is (219,17,0). Sum of RGB (Red+Green+Blue) = 219+17+0=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1100 is #24EEFF. Grayscale: #4B4B4B. Windows color (decimal): -2420480 or 4571. OLE color: 4571.

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

Color convert

RGB 219 17 0 -
CMYK 0 0.92 1 0.14
HSL 4.66º 1% 0.43% -
HSV(B) 4.66º 1% 0.86% -
XYZ 29.41 15.46 1.43 -
YUV 75.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 219 17 0 0 0.92 1 0.14 4.66 1 0.43
Hex DB 11 0 0 5C 64 E 5 64 2B
Octal 333 21 0 0 134 144 16 5 144 53
Binary 11011011 10001 0 0 1011100 1100100 1110 101 1100100 101011

Color Harmonies of #DB1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1100

Black with #DB1100

Text Example


Text Example

White with #DB1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1100; }

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

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

background-color css

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

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

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

border-color css

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

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

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