Html Css Color HEX #DB1412 Free Speech Red

📋 copy color: '#DB1412'

red 219 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #DB1412

Tints of Free Speech Red #DB1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 85.21%
G = 7.78%
B = 7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1412 (or 0xDB1412) is known color: Free Speech Red. HEX triplet: DB, 14 and 12. RGB value is (219,20,18). Sum of RGB (Red+Green+Blue) = 219+20+18=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1412 is #24EBED. Grayscale: #4F4F4F. Windows color (decimal): -2419694 or 1184987. OLE color: 1184987.

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

Color convert

RGB 219 20 18 -
CMYK 0 0.91 0.92 0.14
HSL 0.6º 0.85% 0.46% -
HSV(B) 0.6º 0.92% 0.86% -
XYZ 29.57 15.6 2.03 -
YUV 79.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 219 20 18 0 0.91 0.92 0.14 0.6 0.85 0.46
Hex DB 14 12 0 5B 5C E 1 55 2E
Octal 333 24 22 0 133 134 16 1 125 56
Binary 11011011 10100 10010 0 1011011 1011100 1110 1 1010101 101110

Color Harmonies of #DB1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1412

Black with #DB1412

Text Example


Text Example

White with #DB1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1412; }

 p { color: rgb(219,20,18); }

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

background-color css

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

 a { background-color: rgb(219,20,18); }

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

border-color css

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

 span { border-color: rgb(219,20,18); }

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