Html Css Color HEX #D7110C Free Speech Red

📋 copy color: '#D7110C'

red 215 ◦ green 17 ◦ blue 12

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

Shades of Free Speech Red #D7110C

Tints of Free Speech Red #D7110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 88.11%
G = 6.97%
B = 4.92%

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

#D7110C (or 0xD7110C) is known color: Free Speech Red. HEX triplet: D7, 11 and 0C. RGB value is (215,17,12). Sum of RGB (Red+Green+Blue) = 215+17+12=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D7110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7110C is #28EEF3. Grayscale: #4B4B4B. Windows color (decimal): -2682612 or 790999. OLE color: 790999.

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

Color convert

RGB 215 17 12 -
CMYK 0 0.92 0.94 0.16
HSL 1.48º 0.89% 0.45% -
HSV(B) 1.48º 0.94% 0.84% -
XYZ 28.29 14.87 1.73 -
YUV 75.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 215 17 12 0 0.92 0.94 0.16 1.48 0.89 0.45
Hex D7 11 C 0 5C 5E 10 1 59 2D
Octal 327 21 14 0 134 136 20 1 131 55
Binary 11010111 10001 1100 0 1011100 1011110 10000 1 1011001 101101

Color Harmonies of #D7110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7110C

Black with #D7110C

Text Example


Text Example

White with #D7110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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