Html Css Color HEX #DB1206 Free Speech Red

📋 copy color: '#DB1206'

red 219 ◦ green 18 ◦ blue 6

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

Shades of Free Speech Red #DB1206

Tints of Free Speech Red #DB1206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 90.12%
G = 7.41%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1206 (or 0xDB1206) is known color: Free Speech Red. HEX triplet: DB, 12 and 06. RGB value is (219,18,6). Sum of RGB (Red+Green+Blue) = 219+18+6=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1206 is #24EDF9. Grayscale: #4C4C4C. Windows color (decimal): -2420218 or 398043. OLE color: 398043.

HSL color Cylindrical-coordinate representation of color #DB1206: hue angle of 3.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB1206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 6 -
CMYK 0 0.92 0.97 0.14
HSL 3.38º 0.95% 0.44% -
HSV(B) 3.38º 0.97% 0.86% -
XYZ 29.46 15.51 1.61 -
YUV 76.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 219 18 6 0 0.92 0.97 0.14 3.38 0.95 0.44
Hex DB 12 6 0 5C 61 E 3 5F 2C
Octal 333 22 6 0 134 141 16 3 137 54
Binary 11011011 10010 110 0 1011100 1100001 1110 11 1011111 101100

Color Harmonies of #DB1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1206

Black with #DB1206

Text Example


Text Example

White with #DB1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1206; }

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

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

background-color css

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

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

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

border-color css

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

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

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