Html Css Color HEX #DB0E07 Free Speech Red

📋 copy color: '#DB0E07'

red 219 ◦ green 14 ◦ blue 7

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

Shades of Free Speech Red #DB0E07

Tints of Free Speech Red #DB0E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 91.25%
G = 5.83%
B = 2.92%

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

#DB0E07 (or 0xDB0E07) is known color: Free Speech Red. HEX triplet: DB, 0E and 07. RGB value is (219,14,7). Sum of RGB (Red+Green+Blue) = 219+14+7=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0E07 is #24F1F8. Grayscale: #4A4A4A. Windows color (decimal): -2421241 or 462555. OLE color: 462555.

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

Color convert

RGB 219 14 7 -
CMYK 0 0.94 0.97 0.14
HSL 1.98º 0.94% 0.44% -
HSV(B) 1.98º 0.97% 0.86% -
XYZ 29.41 15.39 1.62 -
YUV 74.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 219 14 7 0 0.94 0.97 0.14 1.98 0.94 0.44
Hex DB E 7 0 5E 61 E 2 5E 2C
Octal 333 16 7 0 136 141 16 2 136 54
Binary 11011011 1110 111 0 1011110 1100001 1110 10 1011110 101100

Color Harmonies of #DB0E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E07

Black with #DB0E07

Text Example


Text Example

White with #DB0E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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