Html Css Color HEX #D61514 Free Speech Red

📋 copy color: '#D61514'

red 214 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #D61514

Tints of Free Speech Red #D61514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 83.92%
G = 8.24%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61514 (or 0xD61514) is known color: Free Speech Red. HEX triplet: D6, 15 and 14. RGB value is (214,21,20). Sum of RGB (Red+Green+Blue) = 214+21+20=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61514 is #29EAEB. Grayscale: #4E4E4E. Windows color (decimal): -2747116 or 1316310. OLE color: 1316310.

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

Color convert

RGB 214 21 20 -
CMYK 0 0.90 0.91 0.16
HSL 0.31º 0.83% 0.46% -
HSV(B) 0.31º 0.91% 0.84% -
XYZ 28.13 14.88 2.05 -
YUV 78.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 214 21 20 0 0.90 0.91 0.16 0.31 0.83 0.46
Hex D6 15 14 0 5A 5B 10 0 53 2E
Octal 326 25 24 0 132 133 20 0 123 56
Binary 11010110 10101 10100 0 1011010 1011011 10000 0 1010011 101110

Color Harmonies of #D61514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61514

Black with #D61514

Text Example


Text Example

White with #D61514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61514; }

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

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

background-color css

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

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

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

border-color css

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

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

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