Html Css Color HEX #C5120E Free Speech Red

📋 copy color: '#C5120E'

red 197 ◦ green 18 ◦ blue 14

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

Shades of Free Speech Red #C5120E

Tints of Free Speech Red #C5120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 86.03%
G = 7.86%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5120E (or 0xC5120E) is known color: Free Speech Red. HEX triplet: C5, 12 and 0E. RGB value is (197,18,14). Sum of RGB (Red+Green+Blue) = 197+18+14=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5120E is #3AEDF1. Grayscale: #474747. Windows color (decimal): -3862002 or 922309. OLE color: 922309.

HSL color Cylindrical-coordinate representation of color #C5120E: hue angle of 1.31º degrees, saturation: 0.87, 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 #C5120E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 14 -
CMYK 0 0.91 0.93 0.23
HSL 1.31º 0.87% 0.41% -
HSV(B) 1.31º 0.93% 0.77% -
XYZ 23.32 12.33 1.57 -
YUV 71.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 197 18 14 0 0.91 0.93 0.23 1.31 0.87 0.41
Hex C5 12 E 0 5B 5D 17 1 57 29
Octal 305 22 16 0 133 135 27 1 127 51
Binary 11000101 10010 1110 0 1011011 1011101 10111 1 1010111 101001

Color Harmonies of #C5120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5120E

Black with #C5120E

Text Example


Text Example

White with #C5120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5120E; }

 p { color: rgb(197,18,14); }

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

background-color css

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

 a { background-color: rgb(197,18,14); }

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

border-color css

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

 span { border-color: rgb(197,18,14); }

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