Html Css Color HEX #C7140D Free Speech Red

📋 copy color: '#C7140D'

red 199 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #C7140D

Tints of Free Speech Red #C7140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 85.78%
G = 8.62%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7140D (or 0xC7140D) is known color: Free Speech Red. HEX triplet: C7, 14 and 0D. RGB value is (199,20,13). Sum of RGB (Red+Green+Blue) = 199+20+13=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7140D is #38EBF2. Grayscale: #484848. Windows color (decimal): -3730419 or 857287. OLE color: 857287.

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

Color convert

RGB 199 20 13 -
CMYK 0 0.90 0.93 0.22
HSL 2.26º 0.88% 0.42% -
HSV(B) 2.26º 0.93% 0.78% -
XYZ 23.88 12.67 1.57 -
YUV 72.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 199 20 13 0 0.90 0.93 0.22 2.26 0.88 0.42
Hex C7 14 D 0 5A 5D 16 2 58 2A
Octal 307 24 15 0 132 135 26 2 130 52
Binary 11000111 10100 1101 0 1011010 1011101 10110 10 1011000 101010

Color Harmonies of #C7140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7140D

Black with #C7140D

Text Example


Text Example

White with #C7140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7140D; }

 p { color: rgb(199,20,13); }

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

background-color css

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

 a { background-color: rgb(199,20,13); }

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

border-color css

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

 span { border-color: rgb(199,20,13); }

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