Html Css Color HEX #DB0603 Free Speech Red

📋 copy color: '#DB0603'

red 219 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #DB0603

Tints of Free Speech Red #DB0603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 96.05%
G = 2.63%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB0603 (or 0xDB0603) is known color: Free Speech Red. HEX triplet: DB, 06 and 03. RGB value is (219,6,3). Sum of RGB (Red+Green+Blue) = 219+6+3=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0603 is #24F9FC. Grayscale: #454545. Windows color (decimal): -2423293 or 198363. OLE color: 198363.

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

Color convert

RGB 219 6 3 -
CMYK 0 0.97 0.99 0.14
HSL 0.83º 0.97% 0.44% -
HSV(B) 0.83º 0.99% 0.86% -
XYZ 29.29 15.2 1.48 -
YUV 69.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 219 6 3 0 0.97 0.99 0.14 0.83 0.97 0.44
Hex DB 6 3 0 61 63 E 1 61 2C
Octal 333 6 3 0 141 143 16 1 141 54
Binary 11011011 110 11 0 1100001 1100011 1110 1 1100001 101100

Color Harmonies of #DB0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0603

Black with #DB0603

Text Example


Text Example

White with #DB0603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0603; }

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

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

background-color css

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

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

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

border-color css

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

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

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