Html Css Color HEX #DB1312 Free Speech Red

📋 copy color: '#DB1312'

red 219 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #DB1312

Tints of Free Speech Red #DB1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 85.55%
G = 7.42%
B = 7.03%

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

#DB1312 (or 0xDB1312) is known color: Free Speech Red. HEX triplet: DB, 13 and 12. RGB value is (219,19,18). Sum of RGB (Red+Green+Blue) = 219+19+18=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1312 is #24ECED. Grayscale: #4E4E4E. Windows color (decimal): -2419950 or 1184731. OLE color: 1184731.

HSL color Cylindrical-coordinate representation of color #DB1312: hue angle of 0.3º 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 #DB1312 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 18 -
CMYK 0 0.91 0.92 0.14
HSL 0.3º 0.85% 0.46% -
HSV(B) 0.3º 0.92% 0.86% -
XYZ 29.56 15.57 2.02 -
YUV 78.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 219 19 18 0 0.91 0.92 0.14 0.3 0.85 0.46
Hex DB 13 12 0 5B 5C E 0 55 2E
Octal 333 23 22 0 133 134 16 0 125 56
Binary 11011011 10011 10010 0 1011011 1011100 1110 0 1010101 101110

Color Harmonies of #DB1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1312

Black with #DB1312

Text Example


Text Example

White with #DB1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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