Html Css Color HEX #DB1413 Free Speech Red

📋 copy color: '#DB1413'

red 219 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #DB1413

Tints of Free Speech Red #DB1413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 84.88%
G = 7.75%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1413 (or 0xDB1413) is known color: Free Speech Red. HEX triplet: DB, 14 and 13. RGB value is (219,20,19). Sum of RGB (Red+Green+Blue) = 219+20+19=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1413 is #24EBEC. Grayscale: #4F4F4F. Windows color (decimal): -2419693 or 1250523. OLE color: 1250523.

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

Color convert

RGB 219 20 19 -
CMYK 0 0.91 0.91 0.14
HSL 0.3º 0.84% 0.47% -
HSV(B) 0.3º 0.91% 0.86% -
XYZ 29.58 15.61 2.07 -
YUV 79.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 219 20 19 0 0.91 0.91 0.14 0.3 0.84 0.47
Hex DB 14 13 0 5B 5B E 0 54 2F
Octal 333 24 23 0 133 133 16 0 124 57
Binary 11011011 10100 10011 0 1011011 1011011 1110 0 1010100 101111

Color Harmonies of #DB1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1413

Black with #DB1413

Text Example


Text Example

White with #DB1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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