Html Css Color HEX #D50400 Free Speech Red

📋 copy color: '#D50400'

red 213 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D50400

Tints of Free Speech Red #D50400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 98.16%
G = 1.84%
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

#D50400 (or 0xD50400) is known color: Free Speech Red. HEX triplet: D5, 04 and 00. RGB value is (213,4,0). Sum of RGB (Red+Green+Blue) = 213+4+0=217 (28% of max value = 765). Red value is 213 (83.59% from 255 or 98.16% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 213 - color contains mainly: red. Hex color #D50400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50400 is #2AFBFF. Grayscale: #424242. Windows color (decimal): -2817024 or 1237. OLE color: 1237.

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

Color convert

RGB 213 4 0 -
CMYK 0 0.98 1 0.16
HSL 1.13º 1% 0.42% -
HSV(B) 1.13º 1% 0.84% -
XYZ 27.48 14.23 1.3 -
YUV 66.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 213 4 0 0 0.98 1 0.16 1.13 1 0.42
Hex D5 4 0 0 62 64 10 1 64 2A
Octal 325 4 0 0 142 144 20 1 144 52
Binary 11010101 100 0 0 1100010 1100100 10000 1 1100100 101010

Color Harmonies of #D50400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50400

Black with #D50400

Text Example


Text Example

White with #D50400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50400; }

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

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

background-color css

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

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

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

border-color css

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

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

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