Html Css Color HEX #D61412 Free Speech Red

📋 copy color: '#D61412'

red 214 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #D61412

Tints of Free Speech Red #D61412

RGB

 RED value IS 214 (83.98% from 255) = 84.92%

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

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

R = 84.92%
G = 7.94%
B = 7.14%

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

#D61412 (or 0xD61412) is known color: Free Speech Red. HEX triplet: D6, 14 and 12. RGB value is (214,20,18). Sum of RGB (Red+Green+Blue) = 214+20+18=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D61412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61412 is #29EBED. Grayscale: #4D4D4D. Windows color (decimal): -2747374 or 1184982. OLE color: 1184982.

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

Color convert

RGB 214 20 18 -
CMYK 0 0.91 0.92 0.16
HSL 0.61º 0.84% 0.45% -
HSV(B) 0.61º 0.92% 0.84% -
XYZ 28.09 14.84 1.96 -
YUV 77.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 214 20 18 0 0.91 0.92 0.16 0.61 0.84 0.45
Hex D6 14 12 0 5B 5C 10 1 54 2D
Octal 326 24 22 0 133 134 20 1 124 55
Binary 11010110 10100 10010 0 1011011 1011100 10000 1 1010100 101101

Color Harmonies of #D61412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61412

Black with #D61412

Text Example


Text Example

White with #D61412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61412; }

 p { color: rgb(214,20,18); }

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

background-color css

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

 a { background-color: rgb(214,20,18); }

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

border-color css

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

 span { border-color: rgb(214,20,18); }

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