Html Css Color HEX #DB1500 Free Speech Red

📋 copy color: '#DB1500'

red 219 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #DB1500

Tints of Free Speech Red #DB1500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.25%
G = 8.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB1500 (or 0xDB1500) is known color: Free Speech Red. HEX triplet: DB, 15 and 00. RGB value is (219,21,0). Sum of RGB (Red+Green+Blue) = 219+21+0=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1500 is #24EAFF. Grayscale: #4E4E4E. Windows color (decimal): -2419456 or 5595. OLE color: 5595.

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

Color convert

RGB 219 21 0 -
CMYK 0 0.90 1 0.14
HSL 5.75º 1% 0.43% -
HSV(B) 5.75º 1% 0.86% -
XYZ 29.48 15.6 1.46 -
YUV 77.81 84.1 228.71 -
System Red Green Blue C M Y K H S L
Decimal 219 21 0 0 0.90 1 0.14 5.75 1 0.43
Hex DB 15 0 0 5A 64 E 6 64 2B
Octal 333 25 0 0 132 144 16 6 144 53
Binary 11011011 10101 0 0 1011010 1100100 1110 110 1100100 101011

Color Harmonies of #DB1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1500

Black with #DB1500

Text Example


Text Example

White with #DB1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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