Html Css Color HEX #DB1001 Free Speech Red

📋 copy color: '#DB1001'

red 219 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #DB1001

Tints of Free Speech Red #DB1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 92.8%
G = 6.78%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB1001 (or 0xDB1001) is known color: Free Speech Red. HEX triplet: DB, 10 and 01. RGB value is (219,16,1). Sum of RGB (Red+Green+Blue) = 219+16+1=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1001 is #24EFFE. Grayscale: #4B4B4B. Windows color (decimal): -2420735 or 69851. OLE color: 69851.

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

Color convert

RGB 219 16 1 -
CMYK 0 0.93 1.00 0.14
HSL 4.13º 0.99% 0.43% -
HSV(B) 4.13º 1% 0.86% -
XYZ 29.4 15.43 1.46 -
YUV 74.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 219 16 1 0 0.93 1.00 0.14 4.13 0.99 0.43
Hex DB 10 1 0 5D 64 E 4 63 2B
Octal 333 20 1 0 135 144 16 4 143 53
Binary 11011011 10000 1 0 1011101 1100100 1110 100 1100011 101011

Color Harmonies of #DB1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1001

Black with #DB1001

Text Example


Text Example

White with #DB1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1001; }

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

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

background-color css

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

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

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

border-color css

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

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

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