Html Css Color HEX #D50807 Free Speech Red

📋 copy color: '#D50807'

red 213 ◦ green 8 ◦ blue 7

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

Shades of Free Speech Red #D50807

Tints of Free Speech Red #D50807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 93.42%
G = 3.51%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50807 (or 0xD50807) is known color: Free Speech Red. HEX triplet: D5, 08 and 07. RGB value is (213,8,7). Sum of RGB (Red+Green+Blue) = 213+8+7=228 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.42% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 213 - color contains mainly: red. Hex color #D50807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50807 is #2AF7F8. Grayscale: #454545. Windows color (decimal): -2815993 or 461013. OLE color: 461013.

HSL color Cylindrical-coordinate representation of color #D50807: hue angle of 0.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50807 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 7 -
CMYK 0 0.96 0.97 0.16
HSL 0.29º 0.94% 0.43% -
HSV(B) 0.29º 0.97% 0.84% -
XYZ 27.57 14.34 1.52 -
YUV 69.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 213 8 7 0 0.96 0.97 0.16 0.29 0.94 0.43
Hex D5 8 7 0 60 61 10 0 5E 2B
Octal 325 10 7 0 140 141 20 0 136 53
Binary 11010101 1000 111 0 1100000 1100001 10000 0 1011110 101011

Color Harmonies of #D50807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50807

Black with #D50807

Text Example


Text Example

White with #D50807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50807; }

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

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

background-color css

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

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

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

border-color css

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

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

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