Html Css Color HEX #D61312 Free Speech Red

📋 copy color: '#D61312'

red 214 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #D61312

Tints of Free Speech Red #D61312

RGB

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

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

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

R = 85.26%
G = 7.57%
B = 7.17%

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

#D61312 (or 0xD61312) is known color: Free Speech Red. HEX triplet: D6, 13 and 12. RGB value is (214,19,18). Sum of RGB (Red+Green+Blue) = 214+19+18=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D61312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61312 is #29ECED. Grayscale: #4D4D4D. Windows color (decimal): -2747630 or 1184726. OLE color: 1184726.

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

Color convert

RGB 214 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 28.07 14.81 1.95 -
YUV 77.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 214 19 18 0 0.91 0.92 0.16 0.31 0.84 0.45
Hex D6 13 12 0 5B 5C 10 0 54 2D
Octal 326 23 22 0 133 134 20 0 124 55
Binary 11010110 10011 10010 0 1011011 1011100 10000 0 1010100 101101

Color Harmonies of #D61312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61312

Black with #D61312

Text Example


Text Example

White with #D61312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61312; }

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

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

background-color css

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

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

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

border-color css

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

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

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