Html Css Color HEX #DB1505 Free Speech Red

📋 copy color: '#DB1505'

red 219 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #DB1505

Tints of Free Speech Red #DB1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 89.39%
G = 8.57%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB1505 (or 0xDB1505) is known color: Free Speech Red. HEX triplet: DB, 15 and 05. RGB value is (219,21,5). Sum of RGB (Red+Green+Blue) = 219+21+5=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1505 is #24EAFA. Grayscale: #4E4E4E. Windows color (decimal): -2419451 or 333275. OLE color: 333275.

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

Color convert

RGB 219 21 5 -
CMYK 0 0.90 0.98 0.14
HSL 4.49º 0.96% 0.44% -
HSV(B) 4.49º 0.98% 0.86% -
XYZ 29.51 15.61 1.6 -
YUV 78.38 86.6 228.3 -
System Red Green Blue C M Y K H S L
Decimal 219 21 5 0 0.90 0.98 0.14 4.49 0.96 0.44
Hex DB 15 5 0 5A 62 E 4 60 2C
Octal 333 25 5 0 132 142 16 4 140 54
Binary 11011011 10101 101 0 1011010 1100010 1110 100 1100000 101100

Color Harmonies of #DB1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1505

Black with #DB1505

Text Example


Text Example

White with #DB1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1505; }

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

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

background-color css

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

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

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

border-color css

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

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

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