Html Css Color HEX #DB120A Free Speech Red

📋 copy color: '#DB120A'

red 219 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #DB120A

Tints of Free Speech Red #DB120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.05%

R = 88.66%
G = 7.29%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB120A (or 0xDB120A) is known color: Free Speech Red. HEX triplet: DB, 12 and 0A. RGB value is (219,18,10). Sum of RGB (Red+Green+Blue) = 219+18+10=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB120A is #24EDF5. Grayscale: #4D4D4D. Windows color (decimal): -2420214 or 660187. OLE color: 660187.

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

Color convert

RGB 219 18 10 -
CMYK 0 0.92 0.95 0.14
HSL 2.3º 0.91% 0.45% -
HSV(B) 2.3º 0.95% 0.86% -
XYZ 29.48 15.51 1.73 -
YUV 77.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 219 18 10 0 0.92 0.95 0.14 2.3 0.91 0.45
Hex DB 12 A 0 5C 5F E 2 5B 2D
Octal 333 22 12 0 134 137 16 2 133 55
Binary 11011011 10010 1010 0 1011100 1011111 1110 10 1011011 101101

Color Harmonies of #DB120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB120A

Black with #DB120A

Text Example


Text Example

White with #DB120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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