Html Css Color HEX #D61105 Free Speech Red

📋 copy color: '#D61105'

red 214 ◦ green 17 ◦ blue 5

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

Shades of Free Speech Red #D61105

Tints of Free Speech Red #D61105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 90.68%
G = 7.2%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D61105 (or 0xD61105) is known color: Free Speech Red. HEX triplet: D6, 11 and 05. RGB value is (214,17,5). Sum of RGB (Red+Green+Blue) = 214+17+5=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D61105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61105 is #29EEFA. Grayscale: #4A4A4A. Windows color (decimal): -2748155 or 332246. OLE color: 332246.

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

Color convert

RGB 214 17 5 -
CMYK 0 0.92 0.98 0.16
HSL 3.44º 0.95% 0.43% -
HSV(B) 3.44º 0.98% 0.84% -
XYZ 27.96 14.71 1.51 -
YUV 74.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 214 17 5 0 0.92 0.98 0.16 3.44 0.95 0.43
Hex D6 11 5 0 5C 62 10 3 5F 2B
Octal 326 21 5 0 134 142 20 3 137 53
Binary 11010110 10001 101 0 1011100 1100010 10000 11 1011111 101011

Color Harmonies of #D61105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61105

Black with #D61105

Text Example


Text Example

White with #D61105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61105; }

 p { color: rgb(214,17,5); }

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

background-color css

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

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

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

border-color css

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

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

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