Html Css Color HEX #D7130E Free Speech Red

📋 copy color: '#D7130E'

red 215 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #D7130E

Tints of Free Speech Red #D7130E

RGB

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

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

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

R = 86.69%
G = 7.66%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7130E (or 0xD7130E) is known color: Free Speech Red. HEX triplet: D7, 13 and 0E. RGB value is (215,19,14). Sum of RGB (Red+Green+Blue) = 215+19+14=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D7130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7130E is #28ECF1. Grayscale: #4D4D4D. Windows color (decimal): -2682098 or 922583. OLE color: 922583.

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

Color convert

RGB 215 19 14 -
CMYK 0 0.91 0.93 0.16
HSL 1.49º 0.88% 0.45% -
HSV(B) 1.49º 0.93% 0.84% -
XYZ 28.34 14.94 1.81 -
YUV 77.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 215 19 14 0 0.91 0.93 0.16 1.49 0.88 0.45
Hex D7 13 E 0 5B 5D 10 1 58 2D
Octal 327 23 16 0 133 135 20 1 130 55
Binary 11010111 10011 1110 0 1011011 1011101 10000 1 1011000 101101

Color Harmonies of #D7130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7130E

Black with #D7130E

Text Example


Text Example

White with #D7130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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