Html Css Color HEX #DB0B04 Free Speech Red

📋 copy color: '#DB0B04'

red 219 ◦ green 11 ◦ blue 4

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

Shades of Free Speech Red #DB0B04

Tints of Free Speech Red #DB0B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

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

R = 93.59%
G = 4.7%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB0B04 (or 0xDB0B04) is known color: Free Speech Red. HEX triplet: DB, 0B and 04. RGB value is (219,11,4). Sum of RGB (Red+Green+Blue) = 219+11+4=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0B04 is #24F4FB. Grayscale: #484848. Windows color (decimal): -2422012 or 265179. OLE color: 265179.

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

Color convert

RGB 219 11 4 -
CMYK 0 0.95 0.98 0.14
HSL 1.95º 0.96% 0.44% -
HSV(B) 1.95º 0.98% 0.86% -
XYZ 29.36 15.31 1.52 -
YUV 72.39 89.41 232.57 -
System Red Green Blue C M Y K H S L
Decimal 219 11 4 0 0.95 0.98 0.14 1.95 0.96 0.44
Hex DB B 4 0 5F 62 E 2 60 2C
Octal 333 13 4 0 137 142 16 2 140 54
Binary 11011011 1011 100 0 1011111 1100010 1110 10 1100000 101100

Color Harmonies of #DB0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B04

Black with #DB0B04

Text Example


Text Example

White with #DB0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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