Html Css Color HEX #D70705 Free Speech Red

📋 copy color: '#D70705'

red 215 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #D70705

Tints of Free Speech Red #D70705

RGB

 RED value IS 215 (84.38% from 255) = 94.71%

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

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

R = 94.71%
G = 3.08%
B = 2.2%

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

#D70705 (or 0xD70705) is known color: Free Speech Red. HEX triplet: D7, 07 and 05. RGB value is (215,7,5). Sum of RGB (Red+Green+Blue) = 215+7+5=227 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.71% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 215 - color contains mainly: red. Hex color #D70705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70705 is #28F8FA. Grayscale: #454545. Windows color (decimal): -2685179 or 329687. OLE color: 329687.

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

Color convert

RGB 215 7 5 -
CMYK 0 0.97 0.98 0.16
HSL 0.57º 0.95% 0.43% -
HSV(B) 0.57º 0.98% 0.84% -
XYZ 28.13 14.61 1.48 -
YUV 68.96 91.91 232.16 -
System Red Green Blue C M Y K H S L
Decimal 215 7 5 0 0.97 0.98 0.16 0.57 0.95 0.43
Hex D7 7 5 0 61 62 10 1 5F 2B
Octal 327 7 5 0 141 142 20 1 137 53
Binary 11010111 111 101 0 1100001 1100010 10000 1 1011111 101011

Color Harmonies of #D70705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70705

Black with #D70705

Text Example


Text Example

White with #D70705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70705; }

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

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

background-color css

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

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

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

border-color css

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

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

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