Html Css Color HEX #DB1506 Free Speech Red

📋 copy color: '#DB1506'

red 219 ◦ green 21 ◦ blue 6

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

Shades of Free Speech Red #DB1506

Tints of Free Speech Red #DB1506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 89.02%
G = 8.54%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1506 (or 0xDB1506) is known color: Free Speech Red. HEX triplet: DB, 15 and 06. RGB value is (219,21,6). Sum of RGB (Red+Green+Blue) = 219+21+6=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1506 is #24EAF9. Grayscale: #4E4E4E. Windows color (decimal): -2419450 or 398811. OLE color: 398811.

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

Color convert

RGB 219 21 6 -
CMYK 0 0.90 0.97 0.14
HSL 4.23º 0.95% 0.44% -
HSV(B) 4.23º 0.97% 0.86% -
XYZ 29.51 15.61 1.63 -
YUV 78.49 87.1 228.22 -
System Red Green Blue C M Y K H S L
Decimal 219 21 6 0 0.90 0.97 0.14 4.23 0.95 0.44
Hex DB 15 6 0 5A 61 E 4 5F 2C
Octal 333 25 6 0 132 141 16 4 137 54
Binary 11011011 10101 110 0 1011010 1100001 1110 100 1011111 101100

Color Harmonies of #DB1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1506

Black with #DB1506

Text Example


Text Example

White with #DB1506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1506; }

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

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

background-color css

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

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

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

border-color css

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

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

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