Html Css Color HEX #DB1004 Free Speech Red

📋 copy color: '#DB1004'

red 219 ◦ green 16 ◦ blue 4

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

Shades of Free Speech Red #DB1004

Tints of Free Speech Red #DB1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 91.63%
G = 6.69%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB1004 (or 0xDB1004) is known color: Free Speech Red. HEX triplet: DB, 10 and 04. RGB value is (219,16,4). Sum of RGB (Red+Green+Blue) = 219+16+4=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1004 is #24EFFB. Grayscale: #4B4B4B. Windows color (decimal): -2420732 or 266459. OLE color: 266459.

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

Color convert

RGB 219 16 4 -
CMYK 0 0.93 0.98 0.14
HSL 3.35º 0.96% 0.44% -
HSV(B) 3.35º 0.98% 0.86% -
XYZ 29.42 15.44 1.54 -
YUV 75.33 87.75 230.48 -
System Red Green Blue C M Y K H S L
Decimal 219 16 4 0 0.93 0.98 0.14 3.35 0.96 0.44
Hex DB 10 4 0 5D 62 E 3 60 2C
Octal 333 20 4 0 135 142 16 3 140 54
Binary 11011011 10000 100 0 1011101 1100010 1110 11 1100000 101100

Color Harmonies of #DB1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1004

Black with #DB1004

Text Example


Text Example

White with #DB1004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1004; }

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

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

background-color css

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

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

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

border-color css

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

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

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