#D30E02

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

Shades of Free Speech Red #D30E02

Tints of Free Speech Red #D30E02

Color information

#D30E02 (or 0xD30E02) is unknown color: approx Free Speech Red. HEX triplet: D3, 0E and 02. RGB value is (211,14,2). Sum of RGB (Red+Green+Blue) = 211+14+2=227 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.95% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30E02 is #2CF1FD. Grayscale: #474747. Windows color (decimal): -2945534 or 134867. OLE color: 134867.

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

Color convert

RGB211142-
CMYK00.930.990.17
HSL3.44º98.12%41.76%-
HSV(B)3.44º99.05%82.75%-
XYZ27.0314.171.37-
YUV71.5488.77227.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 92.95%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=92.95%
G=6.17%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114200.930.990.173.4498.1241.76
HexD3E205D63113622a
Octal323162013514321314252
Binary1101001111101001011101110001110001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30E02; }

 p { color: rgb(211,14,2); }

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

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

 a { background-color: rgb(211,14,2); }

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

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

 span { border-color: rgb(211,14,2); }

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