Html Css Color HEX #D31411 Free Speech Red

📋 copy color: '#D31411'

red 211 ◦ green 20 ◦ blue 17

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

Shades of Free Speech Red #D31411

Tints of Free Speech Red #D31411

RGB

 RED value IS 211 (82.81% from 255) = 85.08%

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 85.08%
G = 8.06%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31411 (or 0xD31411) is known color: Free Speech Red. HEX triplet: D3, 14 and 11. RGB value is (211,20,17). Sum of RGB (Red+Green+Blue) = 211+20+17=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D31411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31411 is #2CEBEE. Grayscale: #4C4C4C. Windows color (decimal): -2943983 or 1119443. OLE color: 1119443.

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

Color convert

RGB 211 20 17 -
CMYK 0 0.91 0.92 0.17
HSL 0.93º 0.85% 0.45% -
HSV(B) 0.93º 0.92% 0.83% -
XYZ 27.22 14.39 1.87 -
YUV 76.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 211 20 17 0 0.91 0.92 0.17 0.93 0.85 0.45
Hex D3 14 11 0 5B 5C 11 1 55 2D
Octal 323 24 21 0 133 134 21 1 125 55
Binary 11010011 10100 10001 0 1011011 1011100 10001 1 1010101 101101

Color Harmonies of #D31411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31411

Black with #D31411

Text Example


Text Example

White with #D31411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31411; }

 p { color: rgb(211,20,17); }

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

background-color css

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

 a { background-color: rgb(211,20,17); }

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

border-color css

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

 span { border-color: rgb(211,20,17); }

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