Html Css Color HEX #D8130E Free Speech Red

📋 copy color: '#D8130E'

red 216 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #D8130E

Tints of Free Speech Red #D8130E

RGB

 RED value IS 216 (84.77% from 255) = 86.75%

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 86.75%
G = 7.63%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8130E (or 0xD8130E) is known color: Free Speech Red. HEX triplet: D8, 13 and 0E. RGB value is (216,19,14). Sum of RGB (Red+Green+Blue) = 216+19+14=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D8130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8130E is #27ECF1. Grayscale: #4D4D4D. Windows color (decimal): -2616562 or 922584. OLE color: 922584.

HSL color Cylindrical-coordinate representation of color #D8130E: hue angle of 1.49º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8130E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 14 -
CMYK 0 0.91 0.94 0.15
HSL 1.49º 0.88% 0.45% -
HSV(B) 1.49º 0.94% 0.85% -
XYZ 28.63 15.1 1.82 -
YUV 77.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 216 19 14 0 0.91 0.94 0.15 1.49 0.88 0.45
Hex D8 13 E 0 5B 5E F 1 58 2D
Octal 330 23 16 0 133 136 17 1 130 55
Binary 11011000 10011 1110 0 1011011 1011110 1111 1 1011000 101101

Color Harmonies of #D8130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8130E

Black with #D8130E

Text Example


Text Example

White with #D8130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8130E; }

 p { color: rgb(216,19,14); }

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

background-color css

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

 a { background-color: rgb(216,19,14); }

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

border-color css

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

 span { border-color: rgb(216,19,14); }

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