#D30F01

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

Shades of Free Speech Red #D30F01

Tints of Free Speech Red #D30F01

Color information

#D30F01 (or 0xD30F01) is unknown color: approx Free Speech Red. HEX triplet: D3, 0F and 01. RGB value is (211,15,1). Sum of RGB (Red+Green+Blue) = 211+15+1=227 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.95% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30F01 is #2CF0FE. Grayscale: #484848. Windows color (decimal): -2945279 or 69587. OLE color: 69587.

HSL color Cylindrical-coordinate representation of color #D30F01: hue angle of 4º 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 #D30F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB211151-
CMYK00.931.000.17
HSL99.06%41.57%-
HSV(B)99.53%82.75%-
XYZ27.0414.191.34-
YUV72.0187.93227.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 92.95%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=92.95%
G=6.61%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115100.931.000.17499.0641.57
HexD3F105D64114632a
Octal323171013514421414352
Binary1101001111111010111011100100100011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30F01; }

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

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

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

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

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

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

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

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