#D40301

Color #D40301 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D40301

Tints of Free Speech Red #D40301

Color information

#D40301 (or 0xD40301) is unknown color: approx Free Speech Red. HEX triplet: D4, 03 and 01. RGB value is (212,3,1). Sum of RGB (Red+Green+Blue) = 212+3+1=216 (28% of max value = 765). Red value is 212 (83.20% from 255 or 98.15% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 212 - color contains mainly: red. Hex color #D40301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40301 is #2BFCFE. Grayscale: #414141. Windows color (decimal): -2882815 or 66516. OLE color: 66516.

HSL color Cylindrical-coordinate representation of color #D40301: hue angle of 0.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB21231-
CMYK00.991.000.17
HSL0.57º99.06%41.76%-
HSV(B)0.57º99.53%83.14%-
XYZ27.1914.061.31-
YUV65.2691.74232.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 98.15%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=98.15%
G=1.39%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123100.991.000.170.5799.0641.76
HexD43106364111632a
Octal32431014314421114352
Binary110101001110110001111001001000111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40301; }

 p { color: rgb(212,3,1); }

 H1.HeaderClassName
 {
   color: #D40301;
 }
 .AnyTagClassName
 {
   color: #D40301;
 }
</style>
background-color css

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

 a { background-color: rgb(212,3,1); }

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

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

 span { border-color: rgb(212,3,1); }

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