Html Css Color HEX #DB0907 Free Speech Red

📋 copy color: '#DB0907'

red 219 ◦ green 9 ◦ blue 7

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

Shades of Free Speech Red #DB0907

Tints of Free Speech Red #DB0907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 93.19%
G = 3.83%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB0907 (or 0xDB0907) is known color: Free Speech Red. HEX triplet: DB, 09 and 07. RGB value is (219,9,7). Sum of RGB (Red+Green+Blue) = 219+9+7=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0907 is #24F6F8. Grayscale: #474747. Windows color (decimal): -2422521 or 461275. OLE color: 461275.

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

Color convert

RGB 219 9 7 -
CMYK 0 0.96 0.97 0.14
HSL 0.57º 0.94% 0.44% -
HSV(B) 0.57º 0.97% 0.86% -
XYZ 29.35 15.27 1.6 -
YUV 71.56 91.57 233.16 -
System Red Green Blue C M Y K H S L
Decimal 219 9 7 0 0.96 0.97 0.14 0.57 0.94 0.44
Hex DB 9 7 0 60 61 E 1 5E 2C
Octal 333 11 7 0 140 141 16 1 136 54
Binary 11011011 1001 111 0 1100000 1100001 1110 1 1011110 101100

Color Harmonies of #DB0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0907

Black with #DB0907

Text Example


Text Example

White with #DB0907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0907; }

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

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

background-color css

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

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

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

border-color css

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

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

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