Html Css Color HEX #D70F00 Free Speech Red

📋 copy color: '#D70F00'

red 215 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #D70F00

Tints of Free Speech Red #D70F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.48%
G = 6.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D70F00 (or 0xD70F00) is known color: Free Speech Red. HEX triplet: D7, 0F and 00. RGB value is (215,15,0). Sum of RGB (Red+Green+Blue) = 215+15+0=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F00 is #28F0FF. Grayscale: #494949. Windows color (decimal): -2683136 or 4055. OLE color: 4055.

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

Color convert

RGB 215 15 0 -
CMYK 0 0.93 1 0.16
HSL 4.19º 1% 0.42% -
HSV(B) 4.19º 1% 0.84% -
XYZ 28.2 14.79 1.37 -
YUV 73.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 215 15 0 0 0.93 1 0.16 4.19 1 0.42
Hex D7 F 0 0 5D 64 10 4 64 2A
Octal 327 17 0 0 135 144 20 4 144 52
Binary 11010111 1111 0 0 1011101 1100100 10000 100 1100100 101010

Color Harmonies of #D70F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F00

Black with #D70F00

Text Example


Text Example

White with #D70F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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