Html Css Color HEX #C5130B Free Speech Red

📋 copy color: '#C5130B'

red 197 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #C5130B

Tints of Free Speech Red #C5130B

RGB

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

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

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

R = 86.78%
G = 8.37%
B = 4.85%

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

#C5130B (or 0xC5130B) is known color: Free Speech Red. HEX triplet: C5, 13 and 0B. RGB value is (197,19,11). Sum of RGB (Red+Green+Blue) = 197+19+11=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C5130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5130B is #3AECF4. Grayscale: #474747. Windows color (decimal): -3861749 or 725957. OLE color: 725957.

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

Color convert

RGB 197 19 11 -
CMYK 0 0.90 0.94 0.23
HSL 2.58º 0.89% 0.41% -
HSV(B) 2.58º 0.94% 0.77% -
XYZ 23.32 12.36 1.47 -
YUV 71.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 197 19 11 0 0.90 0.94 0.23 2.58 0.89 0.41
Hex C5 13 B 0 5A 5E 17 3 59 29
Octal 305 23 13 0 132 136 27 3 131 51
Binary 11000101 10011 1011 0 1011010 1011110 10111 11 1011001 101001

Color Harmonies of #C5130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5130B

Black with #C5130B

Text Example


Text Example

White with #C5130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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