Html Css Color HEX #D61210 Free Speech Red

📋 copy color: '#D61210'

red 214 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #D61210

Tints of Free Speech Red #D61210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 86.29%
G = 7.26%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61210 (or 0xD61210) is known color: Free Speech Red. HEX triplet: D6, 12 and 10. RGB value is (214,18,16). Sum of RGB (Red+Green+Blue) = 214+18+16=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D61210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61210 is #29EDEF. Grayscale: #4C4C4C. Windows color (decimal): -2747888 or 1053398. OLE color: 1053398.

HSL color Cylindrical-coordinate representation of color #D61210: hue angle of 0.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 16 -
CMYK 0 0.92 0.93 0.16
HSL 0.61º 0.86% 0.45% -
HSV(B) 0.61º 0.93% 0.84% -
XYZ 28.04 14.77 1.86 -
YUV 76.38 93.93 226.16 -
System Red Green Blue C M Y K H S L
Decimal 214 18 16 0 0.92 0.93 0.16 0.61 0.86 0.45
Hex D6 12 10 0 5C 5D 10 1 56 2D
Octal 326 22 20 0 134 135 20 1 126 55
Binary 11010110 10010 10000 0 1011100 1011101 10000 1 1010110 101101

Color Harmonies of #D61210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61210

Black with #D61210

Text Example


Text Example

White with #D61210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61210; }

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

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

background-color css

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

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

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

border-color css

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

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

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