Html Css Color HEX #D50707 Free Speech Red

📋 copy color: '#D50707'

red 213 ◦ green 7 ◦ blue 7

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

Shades of Free Speech Red #D50707

Tints of Free Speech Red #D50707

RGB

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

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

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

R = 93.83%
G = 3.08%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50707 (or 0xD50707) is known color: Free Speech Red. HEX triplet: D5, 07 and 07. RGB value is (213,7,7). Sum of RGB (Red+Green+Blue) = 213+7+7=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D50707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50707 is #2AF8F8. Grayscale: #444444. Windows color (decimal): -2816249 or 460757. OLE color: 460757.

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

Color convert

RGB 213 7 7 -
CMYK 0 0.97 0.97 0.16
HSL 0.94% 0.43% -
HSV(B) 0.97% 0.84% -
XYZ 27.55 14.31 1.51 -
YUV 68.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 213 7 7 0 0.97 0.97 0.16 0 0.94 0.43
Hex D5 7 7 0 61 61 10 0 5E 2B
Octal 325 7 7 0 141 141 20 0 136 53
Binary 11010101 111 111 0 1100001 1100001 10000 0 1011110 101011

Color Harmonies of #D50707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50707

Black with #D50707

Text Example


Text Example

White with #D50707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50707; }

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

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

background-color css

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

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

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

border-color css

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

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

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