Html Css Color HEX #C50F0C Free Speech Red

📋 copy color: '#C50F0C'

red 197 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #C50F0C

Tints of Free Speech Red #C50F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 87.95%
G = 6.7%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C50F0C (or 0xC50F0C) is known color: Free Speech Red. HEX triplet: C5, 0F and 0C. RGB value is (197,15,12). Sum of RGB (Red+Green+Blue) = 197+15+12=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F0C is #3AF0F3. Grayscale: #454545. Windows color (decimal): -3862772 or 790469. OLE color: 790469.

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

Color convert

RGB 197 15 12 -
CMYK 0 0.92 0.94 0.23
HSL 0.97º 0.89% 0.41% -
HSV(B) 0.97º 0.94% 0.77% -
XYZ 23.26 12.24 1.48 -
YUV 69.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 197 15 12 0 0.92 0.94 0.23 0.97 0.89 0.41
Hex C5 F C 0 5C 5E 17 1 59 29
Octal 305 17 14 0 134 136 27 1 131 51
Binary 11000101 1111 1100 0 1011100 1011110 10111 1 1011001 101001

Color Harmonies of #C50F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F0C

Black with #C50F0C

Text Example


Text Example

White with #C50F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F0C; }

 p { color: rgb(197,15,12); }

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

background-color css

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

 a { background-color: rgb(197,15,12); }

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

border-color css

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

 span { border-color: rgb(197,15,12); }

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