Html Css Color HEX #DB0901 Free Speech Red

📋 copy color: '#DB0901'

red 219 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #DB0901

Tints of Free Speech Red #DB0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

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

R = 95.63%
G = 3.93%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB0901 (or 0xDB0901) is known color: Free Speech Red. HEX triplet: DB, 09 and 01. RGB value is (219,9,1). Sum of RGB (Red+Green+Blue) = 219+9+1=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0901 is #24F6FE. Grayscale: #474747. Windows color (decimal): -2422527 or 68059. OLE color: 68059.

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

Color convert

RGB 219 9 1 -
CMYK 0 0.96 1.00 0.14
HSL 2.2º 0.99% 0.43% -
HSV(B) 2.2º 1% 0.86% -
XYZ 29.32 15.26 1.43 -
YUV 70.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 219 9 1 0 0.96 1.00 0.14 2.2 0.99 0.43
Hex DB 9 1 0 60 64 E 2 63 2B
Octal 333 11 1 0 140 144 16 2 143 53
Binary 11011011 1001 1 0 1100000 1100100 1110 10 1100011 101011

Color Harmonies of #DB0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0901

Black with #DB0901

Text Example


Text Example

White with #DB0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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