Html Css Color HEX #DB150D Free Speech Red

📋 copy color: '#DB150D'

red 219 ◦ green 21 ◦ blue 13

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

Shades of Free Speech Red #DB150D

Tints of Free Speech Red #DB150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 86.56%
G = 8.3%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB150D (or 0xDB150D) is known color: Free Speech Red. HEX triplet: DB, 15 and 0D. RGB value is (219,21,13). Sum of RGB (Red+Green+Blue) = 219+21+13=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB150D is #24EAF2. Grayscale: #4F4F4F. Windows color (decimal): -2419443 or 857563. OLE color: 857563.

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

Color convert

RGB 219 21 13 -
CMYK 0 0.90 0.94 0.14
HSL 2.33º 0.89% 0.45% -
HSV(B) 2.33º 0.94% 0.86% -
XYZ 29.55 15.63 1.84 -
YUV 79.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 219 21 13 0 0.90 0.94 0.14 2.33 0.89 0.45
Hex DB 15 D 0 5A 5E E 2 59 2D
Octal 333 25 15 0 132 136 16 2 131 55
Binary 11011011 10101 1101 0 1011010 1011110 1110 10 1011001 101101

Color Harmonies of #DB150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB150D

Black with #DB150D

Text Example


Text Example

White with #DB150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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