Html Css Color HEX #D70E09 Free Speech Red

📋 copy color: '#D70E09'

red 215 ◦ green 14 ◦ blue 9

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

Shades of Free Speech Red #D70E09

Tints of Free Speech Red #D70E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 90.34%
G = 5.88%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D70E09 (or 0xD70E09) is known color: Free Speech Red. HEX triplet: D7, 0E and 09. RGB value is (215,14,9). Sum of RGB (Red+Green+Blue) = 215+14+9=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E09 is #28F1F6. Grayscale: #494949. Windows color (decimal): -2683383 or 593623. OLE color: 593623.

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

Color convert

RGB 215 14 9 -
CMYK 0 0.93 0.96 0.16
HSL 1.46º 0.92% 0.44% -
HSV(B) 1.46º 0.96% 0.84% -
XYZ 28.23 14.78 1.62 -
YUV 73.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 215 14 9 0 0.93 0.96 0.16 1.46 0.92 0.44
Hex D7 E 9 0 5D 60 10 1 5C 2C
Octal 327 16 11 0 135 140 20 1 134 54
Binary 11010111 1110 1001 0 1011101 1100000 10000 1 1011100 101100

Color Harmonies of #D70E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E09

Black with #D70E09

Text Example


Text Example

White with #D70E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E09; }

 p { color: rgb(215,14,9); }

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

background-color css

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

 a { background-color: rgb(215,14,9); }

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

border-color css

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

 span { border-color: rgb(215,14,9); }

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