Html Css Color HEX #D61313 Free Speech Red

📋 copy color: '#D61313'

red 214 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #D61313

Tints of Free Speech Red #D61313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 84.92%
G = 7.54%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61313 (or 0xD61313) is known color: Free Speech Red. HEX triplet: D6, 13 and 13. RGB value is (214,19,19). Sum of RGB (Red+Green+Blue) = 214+19+19=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D61313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61313 is #29ECEC. Grayscale: #4D4D4D. Windows color (decimal): -2747629 or 1250262. OLE color: 1250262.

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

Color convert

RGB 214 19 19 -
CMYK 0 0.91 0.91 0.16
HSL 0.84% 0.46% -
HSV(B) 0.91% 0.84% -
XYZ 28.08 14.81 1.99 -
YUV 77.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 214 19 19 0 0.91 0.91 0.16 0 0.84 0.46
Hex D6 13 13 0 5B 5B 10 0 54 2E
Octal 326 23 23 0 133 133 20 0 124 56
Binary 11010110 10011 10011 0 1011011 1011011 10000 0 1010100 101110

Color Harmonies of #D61313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61313

Black with #D61313

Text Example


Text Example

White with #D61313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61313; }

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

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

background-color css

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

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

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

border-color css

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

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

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