Html Css Color HEX #C7150C Free Speech Red

📋 copy color: '#C7150C'

red 199 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #C7150C

Tints of Free Speech Red #C7150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 85.78%
G = 9.05%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7150C (or 0xC7150C) is known color: Free Speech Red. HEX triplet: C7, 15 and 0C. RGB value is (199,21,12). Sum of RGB (Red+Green+Blue) = 199+21+12=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7150C is #38EAF3. Grayscale: #494949. Windows color (decimal): -3730164 or 792007. OLE color: 792007.

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

Color convert

RGB 199 21 12 -
CMYK 0 0.89 0.94 0.22
HSL 2.89º 0.89% 0.41% -
HSV(B) 2.89º 0.94% 0.78% -
XYZ 23.89 12.7 1.54 -
YUV 73.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 199 21 12 0 0.89 0.94 0.22 2.89 0.89 0.41
Hex C7 15 C 0 59 5E 16 3 59 29
Octal 307 25 14 0 131 136 26 3 131 51
Binary 11000111 10101 1100 0 1011001 1011110 10110 11 1011001 101001

Color Harmonies of #C7150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7150C

Black with #C7150C

Text Example


Text Example

White with #C7150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7150C; }

 p { color: rgb(199,21,12); }

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

background-color css

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

 a { background-color: rgb(199,21,12); }

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

border-color css

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

 span { border-color: rgb(199,21,12); }

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