Html Css Color HEX #D11512 Free Speech Red

📋 copy color: '#D11512'

red 209 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #D11512

Tints of Free Speech Red #D11512

RGB

 RED value IS 209 (82.03% from 255) = 84.27%

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 84.27%
G = 8.47%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11512 (or 0xD11512) is known color: Free Speech Red. HEX triplet: D1, 15 and 12. RGB value is (209,21,18). Sum of RGB (Red+Green+Blue) = 209+21+18=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D11512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11512 is #2EEAED. Grayscale: #4D4D4D. Windows color (decimal): -3074798 or 1185233. OLE color: 1185233.

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

Color convert

RGB 209 21 18 -
CMYK 0 0.90 0.91 0.18
HSL 0.94º 0.84% 0.45% -
HSV(B) 0.94º 0.91% 0.82% -
XYZ 26.67 14.14 1.89 -
YUV 76.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 209 21 18 0 0.90 0.91 0.18 0.94 0.84 0.45
Hex D1 15 12 0 5A 5B 12 1 54 2D
Octal 321 25 22 0 132 133 22 1 124 55
Binary 11010001 10101 10010 0 1011010 1011011 10010 1 1010100 101101

Color Harmonies of #D11512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11512

Black with #D11512

Text Example


Text Example

White with #D11512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11512; }

 p { color: rgb(209,21,18); }

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

background-color css

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

 a { background-color: rgb(209,21,18); }

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

border-color css

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

 span { border-color: rgb(209,21,18); }

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