Html Css Color HEX #DB0F01 Free Speech Red

📋 copy color: '#DB0F01'

red 219 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #DB0F01

Tints of Free Speech Red #DB0F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 93.19%
G = 6.38%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB0F01 (or 0xDB0F01) is known color: Free Speech Red. HEX triplet: DB, 0F and 01. RGB value is (219,15,1). Sum of RGB (Red+Green+Blue) = 219+15+1=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F01 is #24F0FE. Grayscale: #4A4A4A. Windows color (decimal): -2420991 or 69595. OLE color: 69595.

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

Color convert

RGB 219 15 1 -
CMYK 0 0.93 1.00 0.14
HSL 3.85º 0.99% 0.43% -
HSV(B) 3.85º 1% 0.86% -
XYZ 29.39 15.4 1.45 -
YUV 74.4 86.59 231.14 -
System Red Green Blue C M Y K H S L
Decimal 219 15 1 0 0.93 1.00 0.14 3.85 0.99 0.43
Hex DB F 1 0 5D 64 E 4 63 2B
Octal 333 17 1 0 135 144 16 4 143 53
Binary 11011011 1111 1 0 1011101 1100100 1110 100 1100011 101011

Color Harmonies of #DB0F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F01

Black with #DB0F01

Text Example


Text Example

White with #DB0F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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