#D51002

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

Shades of Free Speech Red #D51002

Tints of Free Speech Red #D51002

Color information

#D51002 (or 0xD51002) is unknown color: approx Free Speech Red. HEX triplet: D5, 10 and 02. RGB value is (213,16,2). Sum of RGB (Red+Green+Blue) = 213+16+2=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D51002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51002 is #2AEFFD. Grayscale: #494949. Windows color (decimal): -2813950 or 135381. OLE color: 135381.

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

Color convert

RGB213162-
CMYK00.920.990.16
HSL3.98º98.14%42.16%-
HSV(B)3.98º99.06%83.53%-
XYZ27.6414.521.4-
YUV73.3187.77227.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 92.21%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=92.21%
G=6.93%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316200.920.990.163.9898.1442.16
HexD510205C63104622a
Octal325202013414320414252
Binary110101011000010010111001100011100001001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51002; }

 p { color: rgb(213,16,2); }

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

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

 a { background-color: rgb(213,16,2); }

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

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

 span { border-color: rgb(213,16,2); }

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