Html Css Color HEX #C50B07 Free Speech Red

📋 copy color: '#C50B07'

red 197 ◦ green 11 ◦ blue 7

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

Shades of Free Speech Red #C50B07

Tints of Free Speech Red #C50B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 91.63%
G = 5.12%
B = 3.26%

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

#C50B07 (or 0xC50B07) is known color: Free Speech Red. HEX triplet: C5, 0B and 07. RGB value is (197,11,7). Sum of RGB (Red+Green+Blue) = 197+11+7=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50B07 is #3AF4F8. Grayscale: #424242. Windows color (decimal): -3863801 or 461765. OLE color: 461765.

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

Color convert

RGB 197 11 7 -
CMYK 0 0.94 0.96 0.23
HSL 1.26º 0.93% 0.4% -
HSV(B) 1.26º 0.96% 0.77% -
XYZ 23.18 12.13 1.32 -
YUV 66.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 197 11 7 0 0.94 0.96 0.23 1.26 0.93 0.4
Hex C5 B 7 0 5E 60 17 1 5D 28
Octal 305 13 7 0 136 140 27 1 135 50
Binary 11000101 1011 111 0 1011110 1100000 10111 1 1011101 101000

Color Harmonies of #C50B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B07

Black with #C50B07

Text Example


Text Example

White with #C50B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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