Html Css Color HEX #DB0F09 Free Speech Red

📋 copy color: '#DB0F09'

red 219 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #DB0F09

Tints of Free Speech Red #DB0F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 90.12%
G = 6.17%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0F09 (or 0xDB0F09) is known color: Free Speech Red. HEX triplet: DB, 0F and 09. RGB value is (219,15,9). Sum of RGB (Red+Green+Blue) = 219+15+9=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F09 is #24F0F6. Grayscale: #4B4B4B. Windows color (decimal): -2420983 or 593883. OLE color: 593883.

HSL color Cylindrical-coordinate representation of color #DB0F09: hue angle of 1.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0F09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 9 -
CMYK 0 0.93 0.96 0.14
HSL 1.71º 0.92% 0.45% -
HSV(B) 1.71º 0.96% 0.86% -
XYZ 29.43 15.42 1.68 -
YUV 75.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 219 15 9 0 0.93 0.96 0.14 1.71 0.92 0.45
Hex DB F 9 0 5D 60 E 2 5C 2D
Octal 333 17 11 0 135 140 16 2 134 55
Binary 11011011 1111 1001 0 1011101 1100000 1110 10 1011100 101101

Color Harmonies of #DB0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F09

Black with #DB0F09

Text Example


Text Example

White with #DB0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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