Html Css Color HEX #D50500 Free Speech Red

📋 copy color: '#D50500'

red 213 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #D50500

Tints of Free Speech Red #D50500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 97.71%
G = 2.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D50500 (or 0xD50500) is known color: Free Speech Red. HEX triplet: D5, 05 and 00. RGB value is (213,5,0). Sum of RGB (Red+Green+Blue) = 213+5+0=218 (28% of max value = 765). Red value is 213 (83.59% from 255 or 97.71% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 213 - color contains mainly: red. Hex color #D50500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50500 is #2AFAFF. Grayscale: #424242. Windows color (decimal): -2816768 or 1493. OLE color: 1493.

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

Color convert

RGB 213 5 0 -
CMYK 0 0.98 1 0.16
HSL 1.41º 1% 0.42% -
HSV(B) 1.41º 1% 0.84% -
XYZ 27.49 14.25 1.3 -
YUV 66.62 90.41 232.41 -
System Red Green Blue C M Y K H S L
Decimal 213 5 0 0 0.98 1 0.16 1.41 1 0.42
Hex D5 5 0 0 62 64 10 1 64 2A
Octal 325 5 0 0 142 144 20 1 144 52
Binary 11010101 101 0 0 1100010 1100100 10000 1 1100100 101010

Color Harmonies of #D50500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50500

Black with #D50500

Text Example


Text Example

White with #D50500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50500; }

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

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

background-color css

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

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

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

border-color css

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

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

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