Html Css Color HEX #DB1101 Free Speech Red

📋 copy color: '#DB1101'

red 219 ◦ green 17 ◦ blue 1

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

Shades of Free Speech Red #DB1101

Tints of Free Speech Red #DB1101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 92.41%
G = 7.17%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB1101 (or 0xDB1101) is known color: Free Speech Red. HEX triplet: DB, 11 and 01. RGB value is (219,17,1). Sum of RGB (Red+Green+Blue) = 219+17+1=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1101 is #24EEFE. Grayscale: #4B4B4B. Windows color (decimal): -2420479 or 70107. OLE color: 70107.

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

Color convert

RGB 219 17 1 -
CMYK 0 0.92 1.00 0.14
HSL 4.4º 0.99% 0.43% -
HSV(B) 4.4º 1% 0.86% -
XYZ 29.42 15.46 1.46 -
YUV 75.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 219 17 1 0 0.92 1.00 0.14 4.4 0.99 0.43
Hex DB 11 1 0 5C 64 E 4 63 2B
Octal 333 21 1 0 134 144 16 4 143 53
Binary 11011011 10001 1 0 1011100 1100100 1110 100 1100011 101011

Color Harmonies of #DB1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1101

Black with #DB1101

Text Example


Text Example

White with #DB1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1101; }

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

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

background-color css

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

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

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

border-color css

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

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

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