Html Css Color HEX #D11614 Free Speech Red

📋 copy color: '#D11614'

red 209 ◦ green 22 ◦ blue 20

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

Shades of Free Speech Red #D11614

Tints of Free Speech Red #D11614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 83.27%
G = 8.76%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11614 (or 0xD11614) is known color: Free Speech Red. HEX triplet: D1, 16 and 14. RGB value is (209,22,20). Sum of RGB (Red+Green+Blue) = 209+22+20=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D11614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11614 is #2EE9EB. Grayscale: #4D4D4D. Windows color (decimal): -3074540 or 1316561. OLE color: 1316561.

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

Color convert

RGB 209 22 20 -
CMYK 0 0.89 0.90 0.18
HSL 0.63º 0.83% 0.45% -
HSV(B) 0.63º 0.9% 0.82% -
XYZ 26.71 14.18 1.99 -
YUV 77.69 95.45 221.66 -
System Red Green Blue C M Y K H S L
Decimal 209 22 20 0 0.89 0.90 0.18 0.63 0.83 0.45
Hex D1 16 14 0 59 5A 12 1 53 2D
Octal 321 26 24 0 131 132 22 1 123 55
Binary 11010001 10110 10100 0 1011001 1011010 10010 1 1010011 101101

Color Harmonies of #D11614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11614

Black with #D11614

Text Example


Text Example

White with #D11614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11614; }

 p { color: rgb(209,22,20); }

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

background-color css

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

 a { background-color: rgb(209,22,20); }

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

border-color css

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

 span { border-color: rgb(209,22,20); }

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