Html Css Color HEX #D91513 Free Speech Red

📋 copy color: '#D91513'

red 217 ◦ green 21 ◦ blue 19

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

Shades of Free Speech Red #D91513

Tints of Free Speech Red #D91513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 84.44%
G = 8.17%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91513 (or 0xD91513) is known color: Free Speech Red. HEX triplet: D9, 15 and 13. RGB value is (217,21,19). Sum of RGB (Red+Green+Blue) = 217+21+19=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D91513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91513 is #26EAEC. Grayscale: #4F4F4F. Windows color (decimal): -2550509 or 1250777. OLE color: 1250777.

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

Color convert

RGB 217 21 19 -
CMYK 0 0.90 0.91 0.15
HSL 0.61º 0.84% 0.46% -
HSV(B) 0.61º 0.91% 0.85% -
XYZ 29 15.34 2.05 -
YUV 79.38 93.93 226.16 -
System Red Green Blue C M Y K H S L
Decimal 217 21 19 0 0.90 0.91 0.15 0.61 0.84 0.46
Hex D9 15 13 0 5A 5B F 1 54 2E
Octal 331 25 23 0 132 133 17 1 124 56
Binary 11011001 10101 10011 0 1011010 1011011 1111 1 1010100 101110

Color Harmonies of #D91513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91513

Black with #D91513

Text Example


Text Example

White with #D91513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91513; }

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

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

background-color css

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

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

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

border-color css

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

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

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