Html Css Color HEX #D51514 Free Speech Red

📋 copy color: '#D51514'

red 213 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #D51514

Tints of Free Speech Red #D51514

RGB

 RED value IS 213 (83.59% from 255) = 83.86%

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

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

R = 83.86%
G = 8.27%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D51514 (or 0xD51514) is known color: Free Speech Red. HEX triplet: D5, 15 and 14. RGB value is (213,21,20). Sum of RGB (Red+Green+Blue) = 213+21+20=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D51514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51514 is #2AEAEB. Grayscale: #4E4E4E. Windows color (decimal): -2812652 or 1316309. OLE color: 1316309.

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

Color convert

RGB 213 21 20 -
CMYK 0 0.90 0.91 0.16
HSL 0.31º 0.83% 0.46% -
HSV(B) 0.31º 0.91% 0.84% -
XYZ 27.84 14.73 2.04 -
YUV 78.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 213 21 20 0 0.90 0.91 0.16 0.31 0.83 0.46
Hex D5 15 14 0 5A 5B 10 0 53 2E
Octal 325 25 24 0 132 133 20 0 123 56
Binary 11010101 10101 10100 0 1011010 1011011 10000 0 1010011 101110

Color Harmonies of #D51514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51514

Black with #D51514

Text Example


Text Example

White with #D51514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51514; }

 p { color: rgb(213,21,20); }

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

background-color css

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

 a { background-color: rgb(213,21,20); }

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

border-color css

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

 span { border-color: rgb(213,21,20); }

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