Html Css Color HEX #D7110D Free Speech Red

📋 copy color: '#D7110D'

red 215 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #D7110D

Tints of Free Speech Red #D7110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 87.76%
G = 6.94%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7110D (or 0xD7110D) is known color: Free Speech Red. HEX triplet: D7, 11 and 0D. RGB value is (215,17,13). Sum of RGB (Red+Green+Blue) = 215+17+13=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D7110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7110D is #28EEF2. Grayscale: #4B4B4B. Windows color (decimal): -2682611 or 856535. OLE color: 856535.

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

Color convert

RGB 215 17 13 -
CMYK 0 0.92 0.94 0.16
HSL 1.19º 0.89% 0.45% -
HSV(B) 1.19º 0.94% 0.84% -
XYZ 28.3 14.88 1.76 -
YUV 75.75 92.6 227.33 -
System Red Green Blue C M Y K H S L
Decimal 215 17 13 0 0.92 0.94 0.16 1.19 0.89 0.45
Hex D7 11 D 0 5C 5E 10 1 59 2D
Octal 327 21 15 0 134 136 20 1 131 55
Binary 11010111 10001 1101 0 1011100 1011110 10000 1 1011001 101101

Color Harmonies of #D7110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7110D

Black with #D7110D

Text Example


Text Example

White with #D7110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7110D; }

 p { color: rgb(215,17,13); }

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

background-color css

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

 a { background-color: rgb(215,17,13); }

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

border-color css

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

 span { border-color: rgb(215,17,13); }

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