Html Css Color HEX #D50600 Free Speech Red

📋 copy color: '#D50600'

red 213 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #D50600

Tints of Free Speech Red #D50600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 97.26%
G = 2.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D50600 (or 0xD50600) is known color: Free Speech Red. HEX triplet: D5, 06 and 00. RGB value is (213,6,0). Sum of RGB (Red+Green+Blue) = 213+6+0=219 (29% of max value = 765). Red value is 213 (83.59% from 255 or 97.26% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 213 - color contains mainly: red. Hex color #D50600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50600 is #2AF9FF. Grayscale: #434343. Windows color (decimal): -2816512 or 1749. OLE color: 1749.

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

Color convert

RGB 213 6 0 -
CMYK 0 0.97 1 0.16
HSL 1.69º 1% 0.42% -
HSV(B) 1.69º 1% 0.84% -
XYZ 27.51 14.28 1.31 -
YUV 67.21 90.08 231.99 -
System Red Green Blue C M Y K H S L
Decimal 213 6 0 0 0.97 1 0.16 1.69 1 0.42
Hex D5 6 0 0 61 64 10 2 64 2A
Octal 325 6 0 0 141 144 20 2 144 52
Binary 11010101 110 0 0 1100001 1100100 10000 10 1100100 101010

Color Harmonies of #D50600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50600

Black with #D50600

Text Example


Text Example

White with #D50600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50600; }

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

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

background-color css

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

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

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

border-color css

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

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

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