Html Css Color HEX #DB0B07 Free Speech Red

📋 copy color: '#DB0B07'

red 219 ◦ green 11 ◦ blue 7

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

Shades of Free Speech Red #DB0B07

Tints of Free Speech Red #DB0B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.64%

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 92.41%
G = 4.64%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB0B07 (or 0xDB0B07) is known color: Free Speech Red. HEX triplet: DB, 0B and 07. RGB value is (219,11,7). Sum of RGB (Red+Green+Blue) = 219+11+7=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0B07 is #24F4F8. Grayscale: #484848. Windows color (decimal): -2422009 or 461787. OLE color: 461787.

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

Color convert

RGB 219 11 7 -
CMYK 0 0.95 0.97 0.14
HSL 1.13º 0.94% 0.44% -
HSV(B) 1.13º 0.97% 0.86% -
XYZ 29.37 15.31 1.61 -
YUV 72.74 90.91 232.33 -
System Red Green Blue C M Y K H S L
Decimal 219 11 7 0 0.95 0.97 0.14 1.13 0.94 0.44
Hex DB B 7 0 5F 61 E 1 5E 2C
Octal 333 13 7 0 137 141 16 1 136 54
Binary 11011011 1011 111 0 1011111 1100001 1110 1 1011110 101100

Color Harmonies of #DB0B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B07

Black with #DB0B07

Text Example


Text Example

White with #DB0B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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