Html Css Color HEX #D51900 Free Speech Red

📋 copy color: '#D51900'

red 213 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #D51900

Tints of Free Speech Red #D51900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 89.5%
G = 10.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51900 (or 0xD51900) is known color: Free Speech Red. HEX triplet: D5, 19 and 00. RGB value is (213,25,0). Sum of RGB (Red+Green+Blue) = 213+25+0=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D51900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51900 is #2AE6FF. Grayscale: #4E4E4E. Windows color (decimal): -2811648 or 6613. OLE color: 6613.

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

Color convert

RGB 213 25 0 -
CMYK 0 0.88 1 0.16
HSL 7.04º 1% 0.42% -
HSV(B) 7.04º 1% 0.84% -
XYZ 27.79 14.84 1.4 -
YUV 78.36 83.78 224.03 -
System Red Green Blue C M Y K H S L
Decimal 213 25 0 0 0.88 1 0.16 7.04 1 0.42
Hex D5 19 0 0 58 64 10 7 64 2A
Octal 325 31 0 0 130 144 20 7 144 52
Binary 11010101 11001 0 0 1011000 1100100 10000 111 1100100 101010

Color Harmonies of #D51900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51900

Black with #D51900

Text Example


Text Example

White with #D51900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51900; }

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

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

background-color css

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

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

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

border-color css

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

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

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