Html Css Color HEX #DB0600 Free Speech Red

📋 copy color: '#DB0600'

red 219 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #DB0600

Tints of Free Speech Red #DB0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 97.33%
G = 2.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB0600 (or 0xDB0600) is known color: Free Speech Red. HEX triplet: DB, 06 and 00. RGB value is (219,6,0). Sum of RGB (Red+Green+Blue) = 219+6+0=225 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0600 is #24F9FF. Grayscale: #454545. Windows color (decimal): -2423296 or 1755. OLE color: 1755.

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

Color convert

RGB 219 6 0 -
CMYK 0 0.97 1 0.14
HSL 1.64º 1% 0.43% -
HSV(B) 1.64º 1% 0.86% -
XYZ 29.28 15.19 1.39 -
YUV 69 89.07 234.99 -
System Red Green Blue C M Y K H S L
Decimal 219 6 0 0 0.97 1 0.14 1.64 1 0.43
Hex DB 6 0 0 61 64 E 2 64 2B
Octal 333 6 0 0 141 144 16 2 144 53
Binary 11011011 110 0 0 1100001 1100100 1110 10 1100100 101011

Color Harmonies of #DB0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0600

Black with #DB0600

Text Example


Text Example

White with #DB0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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