Html Css Color HEX #DB0705 Free Speech Red

📋 copy color: '#DB0705'

red 219 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #DB0705

Tints of Free Speech Red #DB0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 94.81%
G = 3.03%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0705 (or 0xDB0705) is known color: Free Speech Red. HEX triplet: DB, 07 and 05. RGB value is (219,7,5). Sum of RGB (Red+Green+Blue) = 219+7+5=231 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.81% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0705 is #24F8FA. Grayscale: #464646. Windows color (decimal): -2423035 or 329691. OLE color: 329691.

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

Color convert

RGB 219 7 5 -
CMYK 0 0.97 0.98 0.14
HSL 0.56º 0.96% 0.44% -
HSV(B) 0.56º 0.98% 0.86% -
XYZ 29.32 15.22 1.54 -
YUV 70.16 91.24 234.16 -
System Red Green Blue C M Y K H S L
Decimal 219 7 5 0 0.97 0.98 0.14 0.56 0.96 0.44
Hex DB 7 5 0 61 62 E 1 60 2C
Octal 333 7 5 0 141 142 16 1 140 54
Binary 11011011 111 101 0 1100001 1100010 1110 1 1100000 101100

Color Harmonies of #DB0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0705

Black with #DB0705

Text Example


Text Example

White with #DB0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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