Html Css Color HEX #C71006 Free Speech Red

📋 copy color: '#C71006'

red 199 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C71006

Tints of Free Speech Red #C71006

RGB

 RED value IS 199 (78.13% from 255) = 90.05%

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

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

R = 90.05%
G = 7.24%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71006 (or 0xC71006) is known color: Free Speech Red. HEX triplet: C7, 10 and 06. RGB value is (199,16,6). Sum of RGB (Red+Green+Blue) = 199+16+6=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C71006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71006 is #38EFF9. Grayscale: #454545. Windows color (decimal): -3731450 or 397511. OLE color: 397511.

HSL color Cylindrical-coordinate representation of color #C71006: hue angle of 3.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C71006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 6 -
CMYK 0 0.92 0.97 0.22
HSL 3.11º 0.94% 0.4% -
HSV(B) 3.11º 0.97% 0.78% -
XYZ 23.77 12.53 1.34 -
YUV 69.58 92.13 220.31 -
System Red Green Blue C M Y K H S L
Decimal 199 16 6 0 0.92 0.97 0.22 3.11 0.94 0.4
Hex C7 10 6 0 5C 61 16 3 5E 28
Octal 307 20 6 0 134 141 26 3 136 50
Binary 11000111 10000 110 0 1011100 1100001 10110 11 1011110 101000

Color Harmonies of #C71006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71006

Black with #C71006

Text Example


Text Example

White with #C71006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71006; }

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

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

background-color css

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

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

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

border-color css

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

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

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