Html Css Color HEX #C5140D Free Speech Red

📋 copy color: '#C5140D'

red 197 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #C5140D

Tints of Free Speech Red #C5140D

RGB

 RED value IS 197 (77.34% from 255) = 85.65%

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

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

R = 85.65%
G = 8.7%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5140D (or 0xC5140D) is known color: Free Speech Red. HEX triplet: C5, 14 and 0D. RGB value is (197,20,13). Sum of RGB (Red+Green+Blue) = 197+20+13=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5140D is #3AEBF2. Grayscale: #484848. Windows color (decimal): -3861491 or 857285. OLE color: 857285.

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

Color convert

RGB 197 20 13 -
CMYK 0 0.90 0.93 0.23
HSL 2.28º 0.88% 0.41% -
HSV(B) 2.28º 0.93% 0.77% -
XYZ 23.35 12.4 1.54 -
YUV 72.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 197 20 13 0 0.90 0.93 0.23 2.28 0.88 0.41
Hex C5 14 D 0 5A 5D 17 2 58 29
Octal 305 24 15 0 132 135 27 2 130 51
Binary 11000101 10100 1101 0 1011010 1011101 10111 10 1011000 101001

Color Harmonies of #C5140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5140D

Black with #C5140D

Text Example


Text Example

White with #C5140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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