Html Css Color HEX #DB0B05 Free Speech Red

📋 copy color: '#DB0B05'

red 219 ◦ green 11 ◦ blue 5

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

Shades of Free Speech Red #DB0B05

Tints of Free Speech Red #DB0B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 93.19%
G = 4.68%
B = 2.13%

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

#DB0B05 (or 0xDB0B05) is known color: Free Speech Red. HEX triplet: DB, 0B and 05. RGB value is (219,11,5). Sum of RGB (Red+Green+Blue) = 219+11+5=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0B05 is #24F4FA. Grayscale: #484848. Windows color (decimal): -2422011 or 330715. OLE color: 330715.

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

Color convert

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

Color Harmonies of #DB0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B05

Black with #DB0B05

Text Example


Text Example

White with #DB0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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