#D30E08

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

Shades of Free Speech Red #D30E08

Tints of Free Speech Red #D30E08

Color information

#D30E08 (or 0xD30E08) is unknown color: approx Free Speech Red. HEX triplet: D3, 0E and 08. RGB value is (211,14,8). Sum of RGB (Red+Green+Blue) = 211+14+8=233 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.56% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30E08 is #2CF1F7. Grayscale: #484848. Windows color (decimal): -2945528 or 528083. OLE color: 528083.

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

Color convert

RGB211148-
CMYK00.930.960.17
HSL1.77º92.69%42.94%-
HSV(B)1.77º96.21%82.75%-
XYZ27.0614.181.54-
YUV72.2291.77226.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 90.56%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=90.56%
G=6.01%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114800.930.960.171.7792.6942.94
HexD3E805D601125d2b
Octal3231610013514021213553
Binary110100111110100001011101110000010001101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30E08; }

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

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

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

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

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

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

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

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