Html Css Color HEX #C50A0A Free Speech Red

📋 copy color: '#C50A0A'

red 197 ◦ green 10 ◦ blue 10

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

Shades of Free Speech Red #C50A0A

Tints of Free Speech Red #C50A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 90.78%
G = 4.61%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C50A0A (or 0xC50A0A) is known color: Free Speech Red. HEX triplet: C5, 0A and 0A. RGB value is (197,10,10). Sum of RGB (Red+Green+Blue) = 197+10+10=217 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.78% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A0A is #3AF5F5. Grayscale: #424242. Windows color (decimal): -3864054 or 658117. OLE color: 658117.

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

Color convert

RGB 197 10 10 -
CMYK 0 0.95 0.95 0.23
HSL 0.9% 0.41% -
HSV(B) 0.95% 0.77% -
XYZ 23.19 12.11 1.4 -
YUV 65.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 197 10 10 0 0.95 0.95 0.23 0 0.9 0.41
Hex C5 A A 0 5F 5F 17 0 5A 29
Octal 305 12 12 0 137 137 27 0 132 51
Binary 11000101 1010 1010 0 1011111 1011111 10111 0 1011010 101001

Color Harmonies of #C50A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A0A

Black with #C50A0A

Text Example


Text Example

White with #C50A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A0A; }

 p { color: rgb(197,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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