Html Css Color HEX #DB0D00 Free Speech Red

📋 copy color: '#DB0D00'

red 219 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #DB0D00

Tints of Free Speech Red #DB0D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.4%
G = 5.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB0D00 (or 0xDB0D00) is known color: Free Speech Red. HEX triplet: DB, 0D and 00. RGB value is (219,13,0). Sum of RGB (Red+Green+Blue) = 219+13+0=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0D00 is #24F2FF. Grayscale: #494949. Windows color (decimal): -2421504 or 3547. OLE color: 3547.

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

Color convert

RGB 219 13 0 -
CMYK 0 0.94 1 0.14
HSL 3.56º 1% 0.43% -
HSV(B) 3.56º 1% 0.86% -
XYZ 29.36 15.35 1.42 -
YUV 73.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 219 13 0 0 0.94 1 0.14 3.56 1 0.43
Hex DB D 0 0 5E 64 E 4 64 2B
Octal 333 15 0 0 136 144 16 4 144 53
Binary 11011011 1101 0 0 1011110 1100100 1110 100 1100100 101011

Color Harmonies of #DB0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0D00

Black with #DB0D00

Text Example


Text Example

White with #DB0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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