Html Css Color HEX #D70F06 Free Speech Red

📋 copy color: '#D70F06'

red 215 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #D70F06

Tints of Free Speech Red #D70F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 91.1%
G = 6.36%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D70F06 (or 0xD70F06) is known color: Free Speech Red. HEX triplet: D7, 0F and 06. RGB value is (215,15,6). Sum of RGB (Red+Green+Blue) = 215+15+6=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F06 is #28F0F9. Grayscale: #4A4A4A. Windows color (decimal): -2683130 or 397271. OLE color: 397271.

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

Color convert

RGB 215 15 6 -
CMYK 0 0.93 0.97 0.16
HSL 2.58º 0.95% 0.43% -
HSV(B) 2.58º 0.97% 0.84% -
XYZ 28.23 14.8 1.54 -
YUV 73.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 215 15 6 0 0.93 0.97 0.16 2.58 0.95 0.43
Hex D7 F 6 0 5D 61 10 3 5F 2B
Octal 327 17 6 0 135 141 20 3 137 53
Binary 11010111 1111 110 0 1011101 1100001 10000 11 1011111 101011

Color Harmonies of #D70F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F06

Black with #D70F06

Text Example


Text Example

White with #D70F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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