Html Css Color HEX #D5110D Free Speech Red

📋 copy color: '#D5110D'

red 213 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #D5110D

Tints of Free Speech Red #D5110D

RGB

 RED value IS 213 (83.59% from 255) = 87.65%

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

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

R = 87.65%
G = 7%
B = 5.35%

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

#D5110D (or 0xD5110D) is known color: Free Speech Red. HEX triplet: D5, 11 and 0D. RGB value is (213,17,13). Sum of RGB (Red+Green+Blue) = 213+17+13=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D5110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5110D is #2AEEF2. Grayscale: #4B4B4B. Windows color (decimal): -2813683 or 856533. OLE color: 856533.

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

Color convert

RGB 213 17 13 -
CMYK 0 0.92 0.94 0.16
HSL 1.2º 0.88% 0.44% -
HSV(B) 1.2º 0.94% 0.84% -
XYZ 27.71 14.58 1.73 -
YUV 75.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 213 17 13 0 0.92 0.94 0.16 1.2 0.88 0.44
Hex D5 11 D 0 5C 5E 10 1 58 2C
Octal 325 21 15 0 134 136 20 1 130 54
Binary 11010101 10001 1101 0 1011100 1011110 10000 1 1011000 101100

Color Harmonies of #D5110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5110D

Black with #D5110D

Text Example


Text Example

White with #D5110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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