Html Css Color HEX #DB0300 Free Speech Red

📋 copy color: '#DB0300'

red 219 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #DB0300

Tints of Free Speech Red #DB0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 98.65%
G = 1.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB0300 (or 0xDB0300) is known color: Free Speech Red. HEX triplet: DB, 03 and 00. RGB value is (219,3,0). Sum of RGB (Red+Green+Blue) = 219+3+0=222 (29% of max value = 765). Red value is 219 (85.94% from 255 or 98.65% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0300 is #24FCFF. Grayscale: #434343. Windows color (decimal): -2424064 or 987. OLE color: 987.

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

Color convert

RGB 219 3 0 -
CMYK 0 0.99 1 0.14
HSL 0.82º 1% 0.43% -
HSV(B) 0.82º 1% 0.86% -
XYZ 29.25 15.13 1.38 -
YUV 67.24 90.06 236.24 -
System Red Green Blue C M Y K H S L
Decimal 219 3 0 0 0.99 1 0.14 0.82 1 0.43
Hex DB 3 0 0 63 64 E 1 64 2B
Octal 333 3 0 0 143 144 16 1 144 53
Binary 11011011 11 0 0 1100011 1100100 1110 1 1100100 101011

Color Harmonies of #DB0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0300

Black with #DB0300

Text Example


Text Example

White with #DB0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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