Html Css Color HEX #DB0504 Free Speech Red

📋 copy color: '#DB0504'

red 219 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #DB0504

Tints of Free Speech Red #DB0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 96.05%
G = 2.19%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0504 (or 0xDB0504) is known color: Free Speech Red. HEX triplet: DB, 05 and 04. RGB value is (219,5,4). Sum of RGB (Red+Green+Blue) = 219+5+4=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0504 is #24FAFB. Grayscale: #454545. Windows color (decimal): -2423548 or 263643. OLE color: 263643.

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

Color convert

RGB 219 5 4 -
CMYK 0 0.98 0.98 0.14
HSL 0.28º 0.96% 0.44% -
HSV(B) 0.28º 0.98% 0.86% -
XYZ 29.29 15.18 1.5 -
YUV 68.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 219 5 4 0 0.98 0.98 0.14 0.28 0.96 0.44
Hex DB 5 4 0 62 62 E 0 60 2C
Octal 333 5 4 0 142 142 16 0 140 54
Binary 11011011 101 100 0 1100010 1100010 1110 0 1100000 101100

Color Harmonies of #DB0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0504

Black with #DB0504

Text Example


Text Example

White with #DB0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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