Html Css Color HEX #D61006 Free Speech Red

📋 copy color: '#D61006'

red 214 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #D61006

Tints of Free Speech Red #D61006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 90.68%
G = 6.78%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61006 (or 0xD61006) is known color: Free Speech Red. HEX triplet: D6, 10 and 06. RGB value is (214,16,6). Sum of RGB (Red+Green+Blue) = 214+16+6=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D61006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61006 is #29EFF9. Grayscale: #4A4A4A. Windows color (decimal): -2748410 or 397526. OLE color: 397526.

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

Color convert

RGB 214 16 6 -
CMYK 0 0.93 0.97 0.16
HSL 2.88º 0.95% 0.43% -
HSV(B) 2.88º 0.97% 0.84% -
XYZ 27.95 14.68 1.53 -
YUV 74.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 214 16 6 0 0.93 0.97 0.16 2.88 0.95 0.43
Hex D6 10 6 0 5D 61 10 3 5F 2B
Octal 326 20 6 0 135 141 20 3 137 53
Binary 11010110 10000 110 0 1011101 1100001 10000 11 1011111 101011

Color Harmonies of #D61006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61006

Black with #D61006

Text Example


Text Example

White with #D61006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61006; }

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

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

background-color css

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

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

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

border-color css

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

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

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