Html Css Color HEX #D50706 Free Speech Red

📋 copy color: '#D50706'

red 213 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #D50706

Tints of Free Speech Red #D50706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 94.25%
G = 3.1%
B = 2.65%

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

#D50706 (or 0xD50706) is known color: Free Speech Red. HEX triplet: D5, 07 and 06. RGB value is (213,7,6). Sum of RGB (Red+Green+Blue) = 213+7+6=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D50706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50706 is #2AF8F9. Grayscale: #444444. Windows color (decimal): -2816250 or 395221. OLE color: 395221.

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

Color convert

RGB 213 7 6 -
CMYK 0 0.97 0.97 0.16
HSL 0.29º 0.95% 0.43% -
HSV(B) 0.29º 0.97% 0.84% -
XYZ 27.55 14.31 1.48 -
YUV 68.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 213 7 6 0 0.97 0.97 0.16 0.29 0.95 0.43
Hex D5 7 6 0 61 61 10 0 5F 2B
Octal 325 7 6 0 141 141 20 0 137 53
Binary 11010101 111 110 0 1100001 1100001 10000 0 1011111 101011

Color Harmonies of #D50706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50706

Black with #D50706

Text Example


Text Example

White with #D50706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50706; }

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

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

background-color css

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

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

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

border-color css

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

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

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