Html Css Color HEX #D51100 Free Speech Red

📋 copy color: '#D51100'

red 213 ◦ green 17 ◦ blue 0

#D51100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #D51100

Tints of Free Speech Red #D51100

RGB

 RED value IS 213 (83.59% from 255) = 92.61%

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.61%
G = 7.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51100 (or 0xD51100) is known color: Free Speech Red. HEX triplet: D5, 11 and 00. RGB value is (213,17,0). Sum of RGB (Red+Green+Blue) = 213+17+0=230 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.61% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 213 - color contains mainly: red. Hex color #D51100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51100 is #2AEEFF. Grayscale: #494949. Windows color (decimal): -2813696 or 4565. OLE color: 4565.

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

Color convert

RGB 213 17 0 -
CMYK 0 0.92 1 0.16
HSL 4.79º 1% 0.42% -
HSV(B) 4.79º 1% 0.84% -
XYZ 27.64 14.55 1.35 -
YUV 73.67 86.43 227.38 -
System Red Green Blue C M Y K H S L
Decimal 213 17 0 0 0.92 1 0.16 4.79 1 0.42
Hex D5 11 0 0 5C 64 10 5 64 2A
Octal 325 21 0 0 134 144 20 5 144 52
Binary 11010101 10001 0 0 1011100 1100100 10000 101 1100100 101010

Color Harmonies of #D51100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51100

Black with #D51100

Text Example


Text Example

White with #D51100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51100; }

 p { color: rgb(213,17,0); }

 H1.HeaderClassName
 {
   color: #D51100;
 }
 .AnyTagClassName
 {
   color: #D51100;
 }
</style>

background-color css

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

 a { background-color: rgb(213,17,0); }

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

border-color css

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

 span { border-color: rgb(213,17,0); }

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