Html Css Color HEX #D50705 Free Speech Red

📋 copy color: '#D50705'

red 213 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #D50705

Tints of Free Speech Red #D50705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 94.67%
G = 3.11%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50705 (or 0xD50705) is known color: Free Speech Red. HEX triplet: D5, 07 and 05. RGB value is (213,7,5). Sum of RGB (Red+Green+Blue) = 213+7+5=225 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 213 - color contains mainly: red. Hex color #D50705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50705 is #2AF8FA. Grayscale: #444444. Windows color (decimal): -2816251 or 329685. OLE color: 329685.

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

Color convert

RGB 213 7 5 -
CMYK 0 0.97 0.98 0.16
HSL 0.58º 0.95% 0.43% -
HSV(B) 0.58º 0.98% 0.84% -
XYZ 27.54 14.31 1.45 -
YUV 68.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 213 7 5 0 0.97 0.98 0.16 0.58 0.95 0.43
Hex D5 7 5 0 61 62 10 1 5F 2B
Octal 325 7 5 0 141 142 20 1 137 53
Binary 11010101 111 101 0 1100001 1100010 10000 1 1011111 101011

Color Harmonies of #D50705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50705

Black with #D50705

Text Example


Text Example

White with #D50705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50705; }

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

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

background-color css

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

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

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

border-color css

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

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

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