Html Css Color HEX #D70703 Free Speech Red

📋 copy color: '#D70703'

red 215 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #D70703

Tints of Free Speech Red #D70703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 95.56%
G = 3.11%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70703 (or 0xD70703) is known color: Free Speech Red. HEX triplet: D7, 07 and 03. RGB value is (215,7,3). Sum of RGB (Red+Green+Blue) = 215+7+3=225 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.56% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 215 - color contains mainly: red. Hex color #D70703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70703 is #28F8FC. Grayscale: #444444. Windows color (decimal): -2685181 or 198615. OLE color: 198615.

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

Color convert

RGB 215 7 3 -
CMYK 0 0.97 0.99 0.16
HSL 1.13º 0.97% 0.43% -
HSV(B) 1.13º 0.99% 0.84% -
XYZ 28.12 14.61 1.42 -
YUV 68.74 90.91 232.33 -
System Red Green Blue C M Y K H S L
Decimal 215 7 3 0 0.97 0.99 0.16 1.13 0.97 0.43
Hex D7 7 3 0 61 63 10 1 61 2B
Octal 327 7 3 0 141 143 20 1 141 53
Binary 11010111 111 11 0 1100001 1100011 10000 1 1100001 101011

Color Harmonies of #D70703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70703

Black with #D70703

Text Example


Text Example

White with #D70703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70703; }

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

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

background-color css

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

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

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

border-color css

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

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

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