Html Css Color HEX #DB1704 Free Speech Red

📋 copy color: '#DB1704'

red 219 ◦ green 23 ◦ blue 4

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

Shades of Free Speech Red #DB1704

Tints of Free Speech Red #DB1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 89.02%
G = 9.35%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB1704 (or 0xDB1704) is known color: Free Speech Red. HEX triplet: DB, 17 and 04. RGB value is (219,23,4). Sum of RGB (Red+Green+Blue) = 219+23+4=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1704 is #24E8FB. Grayscale: #4F4F4F. Windows color (decimal): -2418940 or 268251. OLE color: 268251.

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

Color convert

RGB 219 23 4 -
CMYK 0 0.89 0.98 0.14
HSL 5.3º 0.96% 0.44% -
HSV(B) 5.3º 0.98% 0.86% -
XYZ 29.54 15.68 1.58 -
YUV 79.44 85.43 227.54 -
System Red Green Blue C M Y K H S L
Decimal 219 23 4 0 0.89 0.98 0.14 5.3 0.96 0.44
Hex DB 17 4 0 59 62 E 5 60 2C
Octal 333 27 4 0 131 142 16 5 140 54
Binary 11011011 10111 100 0 1011001 1100010 1110 101 1100000 101100

Color Harmonies of #DB1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1704

Black with #DB1704

Text Example


Text Example

White with #DB1704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1704; }

 p { color: rgb(219,23,4); }

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

background-color css

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

 a { background-color: rgb(219,23,4); }

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

border-color css

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

 span { border-color: rgb(219,23,4); }

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