Html Css Color HEX #DB150B Free Speech Red

📋 copy color: '#DB150B'

red 219 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #DB150B

Tints of Free Speech Red #DB150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 87.25%
G = 8.37%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB150B (or 0xDB150B) is known color: Free Speech Red. HEX triplet: DB, 15 and 0B. RGB value is (219,21,11). Sum of RGB (Red+Green+Blue) = 219+21+11=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB150B is #24EAF4. Grayscale: #4F4F4F. Windows color (decimal): -2419445 or 726491. OLE color: 726491.

HSL color Cylindrical-coordinate representation of color #DB150B: hue angle of 2.88º degrees, saturation: 0.9, 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 #DB150B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 11 -
CMYK 0 0.90 0.95 0.14
HSL 2.88º 0.9% 0.45% -
HSV(B) 2.88º 0.95% 0.86% -
XYZ 29.54 15.62 1.77 -
YUV 79.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 219 21 11 0 0.90 0.95 0.14 2.88 0.9 0.45
Hex DB 15 B 0 5A 5F E 3 5A 2D
Octal 333 25 13 0 132 137 16 3 132 55
Binary 11011011 10101 1011 0 1011010 1011111 1110 11 1011010 101101

Color Harmonies of #DB150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB150B

Black with #DB150B

Text Example


Text Example

White with #DB150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB150B; }

 p { color: rgb(219,21,11); }

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

background-color css

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

 a { background-color: rgb(219,21,11); }

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

border-color css

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

 span { border-color: rgb(219,21,11); }

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