Html Css Color HEX #D51512 Free Speech Red

📋 copy color: '#D51512'

red 213 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #D51512

Tints of Free Speech Red #D51512

RGB

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

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

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

R = 84.52%
G = 8.33%
B = 7.14%

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

#D51512 (or 0xD51512) is known color: Free Speech Red. HEX triplet: D5, 15 and 12. RGB value is (213,21,18). Sum of RGB (Red+Green+Blue) = 213+21+18=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D51512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51512 is #2AEAED. Grayscale: #4E4E4E. Windows color (decimal): -2812654 or 1185237. OLE color: 1185237.

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

Color convert

RGB 213 21 18 -
CMYK 0 0.90 0.92 0.16
HSL 0.92º 0.84% 0.45% -
HSV(B) 0.92º 0.92% 0.84% -
XYZ 27.82 14.73 1.95 -
YUV 78.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 213 21 18 0 0.90 0.92 0.16 0.92 0.84 0.45
Hex D5 15 12 0 5A 5C 10 1 54 2D
Octal 325 25 22 0 132 134 20 1 124 55
Binary 11010101 10101 10010 0 1011010 1011100 10000 1 1010100 101101

Color Harmonies of #D51512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51512

Black with #D51512

Text Example


Text Example

White with #D51512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51512; }

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

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

background-color css

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

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

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

border-color css

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

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

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