Html Css Color HEX #DB1800 Free Speech Red

📋 copy color: '#DB1800'

red 219 ◦ green 24 ◦ blue 0

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

Shades of Free Speech Red #DB1800

Tints of Free Speech Red #DB1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 90.12%
G = 9.88%
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

#DB1800 (or 0xDB1800) is known color: Free Speech Red. HEX triplet: DB, 18 and 00. RGB value is (219,24,0). Sum of RGB (Red+Green+Blue) = 219+24+0=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1800 is #24E7FF. Grayscale: #4F4F4F. Windows color (decimal): -2418688 or 6363. OLE color: 6363.

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

Color convert

RGB 219 24 0 -
CMYK 0 0.89 1 0.14
HSL 6.58º 1% 0.43% -
HSV(B) 6.58º 1% 0.86% -
XYZ 29.54 15.71 1.48 -
YUV 79.57 83.1 227.45 -
System Red Green Blue C M Y K H S L
Decimal 219 24 0 0 0.89 1 0.14 6.58 1 0.43
Hex DB 18 0 0 59 64 E 7 64 2B
Octal 333 30 0 0 131 144 16 7 144 53
Binary 11011011 11000 0 0 1011001 1100100 1110 111 1100100 101011

Color Harmonies of #DB1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1800

Black with #DB1800

Text Example


Text Example

White with #DB1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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