Html Css Color HEX #DB1509 Free Speech Red

📋 copy color: '#DB1509'

red 219 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #DB1509

Tints of Free Speech Red #DB1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.61%

R = 87.95%
G = 8.43%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB1509 (or 0xDB1509) is known color: Free Speech Red. HEX triplet: DB, 15 and 09. RGB value is (219,21,9). Sum of RGB (Red+Green+Blue) = 219+21+9=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1509 is #24EAF6. Grayscale: #4F4F4F. Windows color (decimal): -2419447 or 595419. OLE color: 595419.

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

Color convert

RGB 219 21 9 -
CMYK 0 0.90 0.96 0.14
HSL 3.43º 0.92% 0.45% -
HSV(B) 3.43º 0.96% 0.86% -
XYZ 29.53 15.62 1.72 -
YUV 78.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 219 21 9 0 0.90 0.96 0.14 3.43 0.92 0.45
Hex DB 15 9 0 5A 60 E 3 5C 2D
Octal 333 25 11 0 132 140 16 3 134 55
Binary 11011011 10101 1001 0 1011010 1100000 1110 11 1011100 101101

Color Harmonies of #DB1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1509

Black with #DB1509

Text Example


Text Example

White with #DB1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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