Html Css Color HEX #DB0C09 Free Speech Red

📋 copy color: '#DB0C09'

red 219 ◦ green 12 ◦ blue 9

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

Shades of Free Speech Red #DB0C09

Tints of Free Speech Red #DB0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

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

R = 91.25%
G = 5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0C09 (or 0xDB0C09) is known color: Free Speech Red. HEX triplet: DB, 0C and 09. RGB value is (219,12,9). Sum of RGB (Red+Green+Blue) = 219+12+9=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0C09 is #24F3F6. Grayscale: #494949. Windows color (decimal): -2421751 or 593115. OLE color: 593115.

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

Color convert

RGB 219 12 9 -
CMYK 0 0.95 0.96 0.14
HSL 0.86º 0.92% 0.45% -
HSV(B) 0.86º 0.96% 0.86% -
XYZ 29.39 15.34 1.67 -
YUV 73.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 219 12 9 0 0.95 0.96 0.14 0.86 0.92 0.45
Hex DB C 9 0 5F 60 E 1 5C 2D
Octal 333 14 11 0 137 140 16 1 134 55
Binary 11011011 1100 1001 0 1011111 1100000 1110 1 1011100 101101

Color Harmonies of #DB0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C09

Black with #DB0C09

Text Example


Text Example

White with #DB0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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