Html Css Color HEX #DB0703 Free Speech Red

📋 copy color: '#DB0703'

red 219 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #DB0703

Tints of Free Speech Red #DB0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

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

R = 95.63%
G = 3.06%
B = 1.31%

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

#DB0703 (or 0xDB0703) is known color: Free Speech Red. HEX triplet: DB, 07 and 03. RGB value is (219,7,3). Sum of RGB (Red+Green+Blue) = 219+7+3=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0703 is #24F8FC. Grayscale: #464646. Windows color (decimal): -2423037 or 198619. OLE color: 198619.

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

Color convert

RGB 219 7 3 -
CMYK 0 0.97 0.99 0.14
HSL 1.11º 0.97% 0.44% -
HSV(B) 1.11º 0.99% 0.86% -
XYZ 29.31 15.22 1.48 -
YUV 69.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 219 7 3 0 0.97 0.99 0.14 1.11 0.97 0.44
Hex DB 7 3 0 61 63 E 1 61 2C
Octal 333 7 3 0 141 143 16 1 141 54
Binary 11011011 111 11 0 1100001 1100011 1110 1 1100001 101100

Color Harmonies of #DB0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0703

Black with #DB0703

Text Example


Text Example

White with #DB0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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