Html Css Color HEX #DB0200 Free Speech Red

📋 copy color: '#DB0200'

red 219 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #DB0200

Tints of Free Speech Red #DB0200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 99.1%
G = 0.9%
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

#DB0200 (or 0xDB0200) is known color: Free Speech Red. HEX triplet: DB, 02 and 00. RGB value is (219,2,0). Sum of RGB (Red+Green+Blue) = 219+2+0=221 (29% of max value = 765). Red value is 219 (85.94% from 255 or 99.10% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0200 is #24FDFF. Grayscale: #424242. Windows color (decimal): -2424320 or 731. OLE color: 731.

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

Color convert

RGB 219 2 0 -
CMYK 0 0.99 1 0.14
HSL 0.55º 1% 0.43% -
HSV(B) 0.55º 1% 0.86% -
XYZ 29.24 15.1 1.37 -
YUV 66.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 219 2 0 0 0.99 1 0.14 0.55 1 0.43
Hex DB 2 0 0 63 64 E 1 64 2B
Octal 333 2 0 0 143 144 16 1 144 53
Binary 11011011 10 0 0 1100011 1100100 1110 1 1100100 101011

Color Harmonies of #DB0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0200

Black with #DB0200

Text Example


Text Example

White with #DB0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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