Html Css Color HEX #C5140B Free Speech Red

📋 copy color: '#C5140B'

red 197 ◦ green 20 ◦ blue 11

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

Shades of Free Speech Red #C5140B

Tints of Free Speech Red #C5140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 86.4%
G = 8.77%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5140B (or 0xC5140B) is known color: Free Speech Red. HEX triplet: C5, 14 and 0B. RGB value is (197,20,11). Sum of RGB (Red+Green+Blue) = 197+20+11=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5140B is #3AEBF4. Grayscale: #484848. Windows color (decimal): -3861493 or 726213. OLE color: 726213.

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

Color convert

RGB 197 20 11 -
CMYK 0 0.90 0.94 0.23
HSL 2.9º 0.89% 0.41% -
HSV(B) 2.9º 0.94% 0.77% -
XYZ 23.34 12.39 1.48 -
YUV 71.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 197 20 11 0 0.90 0.94 0.23 2.9 0.89 0.41
Hex C5 14 B 0 5A 5E 17 3 59 29
Octal 305 24 13 0 132 136 27 3 131 51
Binary 11000101 10100 1011 0 1011010 1011110 10111 11 1011001 101001

Color Harmonies of #C5140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5140B

Black with #C5140B

Text Example


Text Example

White with #C5140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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