Html Css Color HEX #DB120F Free Speech Red

📋 copy color: '#DB120F'

red 219 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #DB120F

Tints of Free Speech Red #DB120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 86.9%
G = 7.14%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB120F (or 0xDB120F) is known color: Free Speech Red. HEX triplet: DB, 12 and 0F. RGB value is (219,18,15). Sum of RGB (Red+Green+Blue) = 219+18+15=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB120F is #24EDF0. Grayscale: #4D4D4D. Windows color (decimal): -2420209 or 987867. OLE color: 987867.

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

Color convert

RGB 219 18 15 -
CMYK 0 0.92 0.93 0.14
HSL 0.88º 0.87% 0.46% -
HSV(B) 0.88º 0.93% 0.86% -
XYZ 29.52 15.53 1.89 -
YUV 77.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 219 18 15 0 0.92 0.93 0.14 0.88 0.87 0.46
Hex DB 12 F 0 5C 5D E 1 57 2E
Octal 333 22 17 0 134 135 16 1 127 56
Binary 11011011 10010 1111 0 1011100 1011101 1110 1 1010111 101110

Color Harmonies of #DB120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB120F

Black with #DB120F

Text Example


Text Example

White with #DB120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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