Html Css Color HEX #D51500 Free Speech Red

📋 copy color: '#D51500'

red 213 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #D51500

Tints of Free Speech Red #D51500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 91.03%
G = 8.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51500 (or 0xD51500) is known color: Free Speech Red. HEX triplet: D5, 15 and 00. RGB value is (213,21,0). Sum of RGB (Red+Green+Blue) = 213+21+0=234 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.03% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 213 - color contains mainly: red. Hex color #D51500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51500 is #2AEAFF. Grayscale: #4C4C4C. Windows color (decimal): -2812672 or 5589. OLE color: 5589.

HSL color Cylindrical-coordinate representation of color #D51500: hue angle of 5.92º 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 #D51500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 0 -
CMYK 0 0.90 1 0.16
HSL 5.92º 1% 0.42% -
HSV(B) 5.92º 1% 0.84% -
XYZ 27.71 14.68 1.37 -
YUV 76.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 213 21 0 0 0.90 1 0.16 5.92 1 0.42
Hex D5 15 0 0 5A 64 10 6 64 2A
Octal 325 25 0 0 132 144 20 6 144 52
Binary 11010101 10101 0 0 1011010 1100100 10000 110 1100100 101010

Color Harmonies of #D51500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51500

Black with #D51500

Text Example


Text Example

White with #D51500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51500; }

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

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

background-color css

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

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

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

border-color css

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

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

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