Html Css Color HEX #D61511 Free Speech Red

📋 copy color: '#D61511'

red 214 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #D61511

Tints of Free Speech Red #D61511

RGB

 RED value IS 214 (83.98% from 255) = 84.92%

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

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 84.92%
G = 8.33%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61511 (or 0xD61511) is known color: Free Speech Red. HEX triplet: D6, 15 and 11. RGB value is (214,21,17). Sum of RGB (Red+Green+Blue) = 214+21+17=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D61511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61511 is #29EAEE. Grayscale: #4E4E4E. Windows color (decimal): -2747119 or 1119702. OLE color: 1119702.

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

Color convert

RGB 214 21 17 -
CMYK 0 0.90 0.92 0.16
HSL 1.22º 0.85% 0.45% -
HSV(B) 1.22º 0.92% 0.84% -
XYZ 28.1 14.87 1.92 -
YUV 78.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 214 21 17 0 0.90 0.92 0.16 1.22 0.85 0.45
Hex D6 15 11 0 5A 5C 10 1 55 2D
Octal 326 25 21 0 132 134 20 1 125 55
Binary 11010110 10101 10001 0 1011010 1011100 10000 1 1010101 101101

Color Harmonies of #D61511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61511

Black with #D61511

Text Example


Text Example

White with #D61511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61511; }

 p { color: rgb(214,21,17); }

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

background-color css

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

 a { background-color: rgb(214,21,17); }

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

border-color css

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

 span { border-color: rgb(214,21,17); }

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