Html Css Color HEX #D51312 Free Speech Red

📋 copy color: '#D51312'

red 213 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #D51312

Tints of Free Speech Red #D51312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 85.2%
G = 7.6%
B = 7.2%

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

#D51312 (or 0xD51312) is known color: Free Speech Red. HEX triplet: D5, 13 and 12. RGB value is (213,19,18). Sum of RGB (Red+Green+Blue) = 213+19+18=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D51312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51312 is #2AECED. Grayscale: #4D4D4D. Windows color (decimal): -2813166 or 1184725. OLE color: 1184725.

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

Color convert

RGB 213 19 18 -
CMYK 0 0.91 0.92 0.16
HSL 0.31º 0.84% 0.45% -
HSV(B) 0.31º 0.92% 0.84% -
XYZ 27.78 14.66 1.94 -
YUV 76.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 213 19 18 0 0.91 0.92 0.16 0.31 0.84 0.45
Hex D5 13 12 0 5B 5C 10 0 54 2D
Octal 325 23 22 0 133 134 20 0 124 55
Binary 11010101 10011 10010 0 1011011 1011100 10000 0 1010100 101101

Color Harmonies of #D51312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51312

Black with #D51312

Text Example


Text Example

White with #D51312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51312; }

 p { color: rgb(213,19,18); }

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

background-color css

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

 a { background-color: rgb(213,19,18); }

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

border-color css

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

 span { border-color: rgb(213,19,18); }

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