Html Css Color HEX #D51410 Free Speech Red

📋 copy color: '#D51410'

red 213 ◦ green 20 ◦ blue 16

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

Shades of Free Speech Red #D51410

Tints of Free Speech Red #D51410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 85.54%
G = 8.03%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51410 (or 0xD51410) is known color: Free Speech Red. HEX triplet: D5, 14 and 10. RGB value is (213,20,16). Sum of RGB (Red+Green+Blue) = 213+20+16=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D51410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51410 is #2AEBEF. Grayscale: #4D4D4D. Windows color (decimal): -2812912 or 1053909. OLE color: 1053909.

HSL color Cylindrical-coordinate representation of color #D51410: hue angle of 1.22º degrees, saturation: 0.86, 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 #D51410 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 16 -
CMYK 0 0.91 0.92 0.16
HSL 1.22º 0.86% 0.45% -
HSV(B) 1.22º 0.92% 0.84% -
XYZ 27.78 14.68 1.86 -
YUV 77.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 213 20 16 0 0.91 0.92 0.16 1.22 0.86 0.45
Hex D5 14 10 0 5B 5C 10 1 56 2D
Octal 325 24 20 0 133 134 20 1 126 55
Binary 11010101 10100 10000 0 1011011 1011100 10000 1 1010110 101101

Color Harmonies of #D51410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51410

Black with #D51410

Text Example


Text Example

White with #D51410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51410; }

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

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

background-color css

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

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

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

border-color css

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

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

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