Html Css Color HEX #DB1200 Free Speech Red

📋 copy color: '#DB1200'

red 219 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #DB1200

Tints of Free Speech Red #DB1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 92.41%
G = 7.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB1200 (or 0xDB1200) is known color: Free Speech Red. HEX triplet: DB, 12 and 00. RGB value is (219,18,0). Sum of RGB (Red+Green+Blue) = 219+18+0=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1200 is #24EDFF. Grayscale: #4C4C4C. Windows color (decimal): -2420224 or 4827. OLE color: 4827.

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

Color convert

RGB 219 18 0 -
CMYK 0 0.92 1 0.14
HSL 4.93º 1% 0.43% -
HSV(B) 4.93º 1% 0.86% -
XYZ 29.43 15.49 1.44 -
YUV 76.05 85.09 229.96 -
System Red Green Blue C M Y K H S L
Decimal 219 18 0 0 0.92 1 0.14 4.93 1 0.43
Hex DB 12 0 0 5C 64 E 5 64 2B
Octal 333 22 0 0 134 144 16 5 144 53
Binary 11011011 10010 0 0 1011100 1100100 1110 101 1100100 101011

Color Harmonies of #DB1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1200

Black with #DB1200

Text Example


Text Example

White with #DB1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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