Html Css Color HEX #C71007 Free Speech Red

📋 copy color: '#C71007'

red 199 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #C71007

Tints of Free Speech Red #C71007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 89.64%
G = 7.21%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71007 (or 0xC71007) is known color: Free Speech Red. HEX triplet: C7, 10 and 07. RGB value is (199,16,7). Sum of RGB (Red+Green+Blue) = 199+16+7=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71007 is #38EFF8. Grayscale: #454545. Windows color (decimal): -3731449 or 463047. OLE color: 463047.

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

Color convert

RGB 199 16 7 -
CMYK 0 0.92 0.96 0.22
HSL 2.81º 0.93% 0.4% -
HSV(B) 2.81º 0.96% 0.78% -
XYZ 23.78 12.53 1.37 -
YUV 69.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 199 16 7 0 0.92 0.96 0.22 2.81 0.93 0.4
Hex C7 10 7 0 5C 60 16 3 5D 28
Octal 307 20 7 0 134 140 26 3 135 50
Binary 11000111 10000 111 0 1011100 1100000 10110 11 1011101 101000

Color Harmonies of #C71007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71007

Black with #C71007

Text Example


Text Example

White with #C71007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71007; }

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

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

background-color css

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

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

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

border-color css

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

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

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