Html Css Color HEX #D41312 Free Speech Red

📋 copy color: '#D41312'

red 212 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #D41312

Tints of Free Speech Red #D41312

RGB

 RED value IS 212 (83.2% from 255) = 85.14%

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

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

R = 85.14%
G = 7.63%
B = 7.23%

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

#D41312 (or 0xD41312) is known color: Free Speech Red. HEX triplet: D4, 13 and 12. RGB value is (212,19,18). Sum of RGB (Red+Green+Blue) = 212+19+18=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D41312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41312 is #2BECED. Grayscale: #4C4C4C. Windows color (decimal): -2878702 or 1184724. OLE color: 1184724.

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

Color convert

RGB 212 19 18 -
CMYK 0 0.91 0.92 0.17
HSL 0.31º 0.84% 0.45% -
HSV(B) 0.31º 0.92% 0.83% -
XYZ 27.49 14.51 1.92 -
YUV 76.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 212 19 18 0 0.91 0.92 0.17 0.31 0.84 0.45
Hex D4 13 12 0 5B 5C 11 0 54 2D
Octal 324 23 22 0 133 134 21 0 124 55
Binary 11010100 10011 10010 0 1011011 1011100 10001 0 1010100 101101

Color Harmonies of #D41312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41312

Black with #D41312

Text Example


Text Example

White with #D41312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41312; }

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

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

background-color css

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

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

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

border-color css

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

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

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