Html Css Color HEX #D70706 Free Speech Red

📋 copy color: '#D70706'

red 215 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #D70706

Tints of Free Speech Red #D70706

RGB

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

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

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

R = 94.3%
G = 3.07%
B = 2.63%

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

#D70706 (or 0xD70706) is known color: Free Speech Red. HEX triplet: D7, 07 and 06. RGB value is (215,7,6). Sum of RGB (Red+Green+Blue) = 215+7+6=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D70706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70706 is #28F8F9. Grayscale: #454545. Windows color (decimal): -2685178 or 395223. OLE color: 395223.

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

Color convert

RGB 215 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 28.13 14.61 1.51 -
YUV 69.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 215 7 6 0 0.97 0.97 0.16 0.29 0.95 0.43
Hex D7 7 6 0 61 61 10 0 5F 2B
Octal 327 7 6 0 141 141 20 0 137 53
Binary 11010111 111 110 0 1100001 1100001 10000 0 1011111 101011

Color Harmonies of #D70706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70706

Black with #D70706

Text Example


Text Example

White with #D70706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70706; }

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

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

background-color css

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

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

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

border-color css

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

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

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