Html Css Color HEX #DB1510 Free Speech Red

📋 copy color: '#DB1510'

red 219 ◦ green 21 ◦ blue 16

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

Shades of Free Speech Red #DB1510

Tints of Free Speech Red #DB1510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 85.55%
G = 8.2%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB1510 (or 0xDB1510) is known color: Free Speech Red. HEX triplet: DB, 15 and 10. RGB value is (219,21,16). Sum of RGB (Red+Green+Blue) = 219+21+16=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1510 is #24EAEF. Grayscale: #4F4F4F. Windows color (decimal): -2419440 or 1054171. OLE color: 1054171.

HSL color Cylindrical-coordinate representation of color #DB1510: hue angle of 1.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1510 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 16 -
CMYK 0 0.90 0.93 0.14
HSL 1.48º 0.86% 0.46% -
HSV(B) 1.48º 0.93% 0.86% -
XYZ 29.58 15.63 1.95 -
YUV 79.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 219 21 16 0 0.90 0.93 0.14 1.48 0.86 0.46
Hex DB 15 10 0 5A 5D E 1 56 2E
Octal 333 25 20 0 132 135 16 1 126 56
Binary 11011011 10101 10000 0 1011010 1011101 1110 1 1010110 101110

Color Harmonies of #DB1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1510

Black with #DB1510

Text Example


Text Example

White with #DB1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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