Html Css Color HEX #DB1700 Free Speech Red

📋 copy color: '#DB1700'

red 219 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #DB1700

Tints of Free Speech Red #DB1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.5%
G = 9.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB1700 (or 0xDB1700) is known color: Free Speech Red. HEX triplet: DB, 17 and 00. RGB value is (219,23,0). Sum of RGB (Red+Green+Blue) = 219+23+0=242 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.50% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1700 is #24E8FF. Grayscale: #4F4F4F. Windows color (decimal): -2418944 or 6107. OLE color: 6107.

HSL color Cylindrical-coordinate representation of color #DB1700: hue angle of 6.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 0 -
CMYK 0 0.89 1 0.14
HSL 6.3º 1% 0.43% -
HSV(B) 6.3º 1% 0.86% -
XYZ 29.52 15.67 1.47 -
YUV 78.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 219 23 0 0 0.89 1 0.14 6.3 1 0.43
Hex DB 17 0 0 59 64 E 6 64 2B
Octal 333 27 0 0 131 144 16 6 144 53
Binary 11011011 10111 0 0 1011001 1100100 1110 110 1100100 101011

Color Harmonies of #DB1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1700

Black with #DB1700

Text Example


Text Example

White with #DB1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1700; }

 p { color: rgb(219,23,0); }

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

background-color css

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

 a { background-color: rgb(219,23,0); }

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

border-color css

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

 span { border-color: rgb(219,23,0); }

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