Html Css Color HEX #DB0505 Free Speech Red

📋 copy color: '#DB0505'

red 219 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #DB0505

Tints of Free Speech Red #DB0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 95.63%
G = 2.18%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0505 (or 0xDB0505) is known color: Free Speech Red. HEX triplet: DB, 05 and 05. RGB value is (219,5,5). Sum of RGB (Red+Green+Blue) = 219+5+5=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0505 is #24FAFA. Grayscale: #454545. Windows color (decimal): -2423547 or 329179. OLE color: 329179.

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

Color convert

RGB 219 5 5 -
CMYK 0 0.98 0.98 0.14
HSL 0.96% 0.44% -
HSV(B) 0.98% 0.86% -
XYZ 29.3 15.18 1.53 -
YUV 68.99 91.9 235 -
System Red Green Blue C M Y K H S L
Decimal 219 5 5 0 0.98 0.98 0.14 0 0.96 0.44
Hex DB 5 5 0 62 62 E 0 60 2C
Octal 333 5 5 0 142 142 16 0 140 54
Binary 11011011 101 101 0 1100010 1100010 1110 0 1100000 101100

Color Harmonies of #DB0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0505

Black with #DB0505

Text Example


Text Example

White with #DB0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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