Html Css Color HEX #DB0F05 Free Speech Red

📋 copy color: '#DB0F05'

red 219 ◦ green 15 ◦ blue 5

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

Shades of Free Speech Red #DB0F05

Tints of Free Speech Red #DB0F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 91.63%
G = 6.28%
B = 2.09%

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

#DB0F05 (or 0xDB0F05) is known color: Free Speech Red. HEX triplet: DB, 0F and 05. RGB value is (219,15,5). Sum of RGB (Red+Green+Blue) = 219+15+5=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F05 is #24F0FA. Grayscale: #4B4B4B. Windows color (decimal): -2420987 or 331739. OLE color: 331739.

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

Color convert

RGB 219 15 5 -
CMYK 0 0.93 0.98 0.14
HSL 2.8º 0.96% 0.44% -
HSV(B) 2.8º 0.98% 0.86% -
XYZ 29.41 15.41 1.57 -
YUV 74.86 88.59 230.81 -
System Red Green Blue C M Y K H S L
Decimal 219 15 5 0 0.93 0.98 0.14 2.8 0.96 0.44
Hex DB F 5 0 5D 62 E 3 60 2C
Octal 333 17 5 0 135 142 16 3 140 54
Binary 11011011 1111 101 0 1011101 1100010 1110 11 1100000 101100

Color Harmonies of #DB0F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F05

Black with #DB0F05

Text Example


Text Example

White with #DB0F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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