Html Css Color HEX #DB0E06 Free Speech Red

📋 copy color: '#DB0E06'

red 219 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #DB0E06

Tints of Free Speech Red #DB0E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 91.63%
G = 5.86%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB0E06 (or 0xDB0E06) is known color: Free Speech Red. HEX triplet: DB, 0E and 06. RGB value is (219,14,6). Sum of RGB (Red+Green+Blue) = 219+14+6=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0E06 is #24F1F9. Grayscale: #4A4A4A. Windows color (decimal): -2421242 or 397019. OLE color: 397019.

HSL color Cylindrical-coordinate representation of color #DB0E06: hue angle of 2.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0E06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 14 6 -
CMYK 0 0.94 0.97 0.14
HSL 2.25º 0.95% 0.44% -
HSV(B) 2.25º 0.97% 0.86% -
XYZ 29.4 15.39 1.59 -
YUV 74.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 219 14 6 0 0.94 0.97 0.14 2.25 0.95 0.44
Hex DB E 6 0 5E 61 E 2 5F 2C
Octal 333 16 6 0 136 141 16 2 137 54
Binary 11011011 1110 110 0 1011110 1100001 1110 10 1011111 101100

Color Harmonies of #DB0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E06

Black with #DB0E06

Text Example


Text Example

White with #DB0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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