Html Css Color HEX #D50700 Free Speech Red

📋 copy color: '#D50700'

red 213 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #D50700

Tints of Free Speech Red #D50700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 96.82%
G = 3.18%
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

#D50700 (or 0xD50700) is known color: Free Speech Red. HEX triplet: D5, 07 and 00. RGB value is (213,7,0). Sum of RGB (Red+Green+Blue) = 213+7+0=220 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.82% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 213 - color contains mainly: red. Hex color #D50700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50700 is #2AF8FF. Grayscale: #444444. Windows color (decimal): -2816256 or 2005. OLE color: 2005.

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

Color convert

RGB 213 7 0 -
CMYK 0 0.97 1 0.16
HSL 1.97º 1% 0.42% -
HSV(B) 1.97º 1% 0.84% -
XYZ 27.52 14.3 1.31 -
YUV 67.8 89.75 231.57 -
System Red Green Blue C M Y K H S L
Decimal 213 7 0 0 0.97 1 0.16 1.97 1 0.42
Hex D5 7 0 0 61 64 10 2 64 2A
Octal 325 7 0 0 141 144 20 2 144 52
Binary 11010101 111 0 0 1100001 1100100 10000 10 1100100 101010

Color Harmonies of #D50700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50700

Black with #D50700

Text Example


Text Example

White with #D50700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50700; }

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

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

background-color css

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

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

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

border-color css

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

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

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