Html Css Color HEX #DB0C05 Free Speech Red

📋 copy color: '#DB0C05'

red 219 ◦ green 12 ◦ blue 5

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

Shades of Free Speech Red #DB0C05

Tints of Free Speech Red #DB0C05

RGB

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

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

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

R = 92.8%
G = 5.08%
B = 2.12%

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

#DB0C05 (or 0xDB0C05) is known color: Free Speech Red. HEX triplet: DB, 0C and 05. RGB value is (219,12,5). Sum of RGB (Red+Green+Blue) = 219+12+5=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0C05 is #24F3FA. Grayscale: #494949. Windows color (decimal): -2421755 or 330971. OLE color: 330971.

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

Color convert

RGB 219 12 5 -
CMYK 0 0.95 0.98 0.14
HSL 1.96º 0.96% 0.44% -
HSV(B) 1.96º 0.98% 0.86% -
XYZ 29.37 15.33 1.56 -
YUV 73.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 219 12 5 0 0.95 0.98 0.14 1.96 0.96 0.44
Hex DB C 5 0 5F 62 E 2 60 2C
Octal 333 14 5 0 137 142 16 2 140 54
Binary 11011011 1100 101 0 1011111 1100010 1110 10 1100000 101100

Color Harmonies of #DB0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C05

Black with #DB0C05

Text Example


Text Example

White with #DB0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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