Html Css Color HEX #DB0503 Free Speech Red

📋 copy color: '#DB0503'

red 219 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #DB0503

Tints of Free Speech Red #DB0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 96.48%
G = 2.2%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB0503 (or 0xDB0503) is known color: Free Speech Red. HEX triplet: DB, 05 and 03. RGB value is (219,5,3). Sum of RGB (Red+Green+Blue) = 219+5+3=227 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.48% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0503 is #24FAFC. Grayscale: #444444. Windows color (decimal): -2423549 or 198107. OLE color: 198107.

HSL color Cylindrical-coordinate representation of color #DB0503: hue angle of 0.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 3 -
CMYK 0 0.98 0.99 0.14
HSL 0.56º 0.97% 0.44% -
HSV(B) 0.56º 0.99% 0.86% -
XYZ 29.28 15.18 1.47 -
YUV 68.76 90.9 235.16 -
System Red Green Blue C M Y K H S L
Decimal 219 5 3 0 0.98 0.99 0.14 0.56 0.97 0.44
Hex DB 5 3 0 62 63 E 1 61 2C
Octal 333 5 3 0 142 143 16 1 141 54
Binary 11011011 101 11 0 1100010 1100011 1110 1 1100001 101100

Color Harmonies of #DB0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0503

Black with #DB0503

Text Example


Text Example

White with #DB0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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