Html Css Color HEX #C7130F Free Speech Red

📋 copy color: '#C7130F'

red 199 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #C7130F

Tints of Free Speech Red #C7130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 85.41%
G = 8.15%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7130F (or 0xC7130F) is known color: Free Speech Red. HEX triplet: C7, 13 and 0F. RGB value is (199,19,15). Sum of RGB (Red+Green+Blue) = 199+19+15=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C7130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7130F is #38ECF0. Grayscale: #484848. Windows color (decimal): -3730673 or 988103. OLE color: 988103.

HSL color Cylindrical-coordinate representation of color #C7130F: hue angle of 1.3º 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 #C7130F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 15 -
CMYK 0 0.90 0.92 0.22
HSL 1.3º 0.86% 0.42% -
HSV(B) 1.3º 0.92% 0.78% -
XYZ 23.87 12.64 1.63 -
YUV 72.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 199 19 15 0 0.90 0.92 0.22 1.3 0.86 0.42
Hex C7 13 F 0 5A 5C 16 1 56 2A
Octal 307 23 17 0 132 134 26 1 126 52
Binary 11000111 10011 1111 0 1011010 1011100 10110 1 1010110 101010

Color Harmonies of #C7130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7130F

Black with #C7130F

Text Example


Text Example

White with #C7130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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