Html Css Color HEX #C5180B Free Speech Red

📋 copy color: '#C5180B'

red 197 ◦ green 24 ◦ blue 11

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

Shades of Free Speech Red #C5180B

Tints of Free Speech Red #C5180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 84.91%
G = 10.34%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5180B (or 0xC5180B) is known color: Free Speech Red. HEX triplet: C5, 18 and 0B. RGB value is (197,24,11). Sum of RGB (Red+Green+Blue) = 197+24+11=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5180B is #3AE7F4. Grayscale: #4A4A4A. Windows color (decimal): -3860469 or 727237. OLE color: 727237.

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

Color convert

RGB 197 24 11 -
CMYK 0 0.88 0.94 0.23
HSL 4.19º 0.89% 0.41% -
HSV(B) 4.19º 0.94% 0.77% -
XYZ 23.41 12.55 1.5 -
YUV 74.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 197 24 11 0 0.88 0.94 0.23 4.19 0.89 0.41
Hex C5 18 B 0 58 5E 17 4 59 29
Octal 305 30 13 0 130 136 27 4 131 51
Binary 11000101 11000 1011 0 1011000 1011110 10111 100 1011001 101001

Color Harmonies of #C5180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5180B

Black with #C5180B

Text Example


Text Example

White with #C5180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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