Html Css Color HEX #D9130E Free Speech Red

📋 copy color: '#D9130E'

red 217 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #D9130E

Tints of Free Speech Red #D9130E

RGB

 RED value IS 217 (85.16% from 255) = 86.8%

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

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

R = 86.8%
G = 7.6%
B = 5.6%

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

#D9130E (or 0xD9130E) is known color: Free Speech Red. HEX triplet: D9, 13 and 0E. RGB value is (217,19,14). Sum of RGB (Red+Green+Blue) = 217+19+14=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9130E is #26ECF1. Grayscale: #4D4D4D. Windows color (decimal): -2551026 or 922585. OLE color: 922585.

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

Color convert

RGB 217 19 14 -
CMYK 0 0.91 0.94 0.15
HSL 1.48º 0.88% 0.45% -
HSV(B) 1.48º 0.94% 0.85% -
XYZ 28.93 15.25 1.83 -
YUV 77.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 217 19 14 0 0.91 0.94 0.15 1.48 0.88 0.45
Hex D9 13 E 0 5B 5E F 1 58 2D
Octal 331 23 16 0 133 136 17 1 130 55
Binary 11011001 10011 1110 0 1011011 1011110 1111 1 1011000 101101

Color Harmonies of #D9130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9130E

Black with #D9130E

Text Example


Text Example

White with #D9130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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