Html Css Color HEX #C50C07 Free Speech Red

📋 copy color: '#C50C07'

red 197 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #C50C07

Tints of Free Speech Red #C50C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 7 (3.13% from 255) = 3.24%

R = 91.2%
G = 5.56%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C50C07 (or 0xC50C07) is known color: Free Speech Red. HEX triplet: C5, 0C and 07. RGB value is (197,12,7). Sum of RGB (Red+Green+Blue) = 197+12+7=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C07 is #3AF3F8. Grayscale: #424242. Windows color (decimal): -3863545 or 462021. OLE color: 462021.

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

Color convert

RGB 197 12 7 -
CMYK 0 0.94 0.96 0.23
HSL 1.58º 0.93% 0.4% -
HSV(B) 1.58º 0.96% 0.77% -
XYZ 23.2 12.15 1.32 -
YUV 66.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 197 12 7 0 0.94 0.96 0.23 1.58 0.93 0.4
Hex C5 C 7 0 5E 60 17 2 5D 28
Octal 305 14 7 0 136 140 27 2 135 50
Binary 11000101 1100 111 0 1011110 1100000 10111 10 1011101 101000

Color Harmonies of #C50C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C07

Black with #C50C07

Text Example


Text Example

White with #C50C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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