Html Css Color HEX #C7100F Free Speech Red

📋 copy color: '#C7100F'

red 199 ◦ green 16 ◦ blue 15

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

Shades of Free Speech Red #C7100F

Tints of Free Speech Red #C7100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 86.52%
G = 6.96%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7100F (or 0xC7100F) is known color: Free Speech Red. HEX triplet: C7, 10 and 0F. RGB value is (199,16,15). Sum of RGB (Red+Green+Blue) = 199+16+15=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C7100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7100F is #38EFF0. Grayscale: #464646. Windows color (decimal): -3731441 or 987335. OLE color: 987335.

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

Color convert

RGB 199 16 15 -
CMYK 0 0.92 0.92 0.22
HSL 0.33º 0.86% 0.42% -
HSV(B) 0.33º 0.92% 0.78% -
XYZ 23.82 12.55 1.62 -
YUV 70.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 199 16 15 0 0.92 0.92 0.22 0.33 0.86 0.42
Hex C7 10 F 0 5C 5C 16 0 56 2A
Octal 307 20 17 0 134 134 26 0 126 52
Binary 11000111 10000 1111 0 1011100 1011100 10110 0 1010110 101010

Color Harmonies of #C7100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7100F

Black with #C7100F

Text Example


Text Example

White with #C7100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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