#D30D02

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

Shades of Free Speech Red #D30D02

Tints of Free Speech Red #D30D02

Color information

#D30D02 (or 0xD30D02) is unknown color: approx Free Speech Red. HEX triplet: D3, 0D and 02. RGB value is (211,13,2). Sum of RGB (Red+Green+Blue) = 211+13+2=226 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.36% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30D02 is #2CF2FD. Grayscale: #474747. Windows color (decimal): -2945790 or 134611. OLE color: 134611.

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

Color convert

RGB211132-
CMYK00.940.990.17
HSL3.16º98.12%41.76%-
HSV(B)3.16º99.05%82.75%-
XYZ27.0214.141.36-
YUV70.9589.1227.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 93.36%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=93.36%
G=5.75%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113200.940.990.173.1698.1241.76
HexD3D205E63113622a
Octal323152013614321314252
Binary1101001111011001011110110001110001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30D02; }

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

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

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

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

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

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

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

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